Share via


SignInState interface

Represents the state of a sign-in process.

Properties

completed

Whether the sign-in process has been completed.

continuationActivity

Optional activity to continue with after sign-in completion.

handlerId

Identifier of the auth handler being used.

Property Details

completed

Whether the sign-in process has been completed.

completed?: boolean

Property Value

boolean

continuationActivity

Optional activity to continue with after sign-in completion.

continuationActivity?: Activity

Property Value

handlerId

Identifier of the auth handler being used.

handlerId?: string

Property Value

string