SignInState interface
Represents the state of a sign-in process.
Properties
| completed | Whether the sign-in process has been completed. |
| continuation |
Optional activity to continue with after sign-in completion. |
| handler |
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