@valon-technologies/gestalt
Preparing search index...
@valon-technologies/gestalt
BeginLoginResponse
Interface BeginLoginResponse
Response returned by an authentication provider's
beginLogin
handler.
interface
BeginLoginResponse
{
authorizationUrl
:
string
;
providerState
?:
Uint8Array
<
ArrayBufferLike
>
;
}
Index
Properties
authorization
Url
provider
State?
Properties
authorization
Url
authorizationUrl
:
string
Optional
provider
State
providerState
?:
Uint8Array
<
ArrayBufferLike
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorization
Url
provider
State
@valon-technologies/gestalt
Loading...
Response returned by an authentication provider's
beginLoginhandler.