@valon-technologies/gestalt
Preparing search index...
@valon-technologies/gestalt
BeginLoginRequest
Interface BeginLoginRequest
Input passed to an authentication provider's
beginLogin
handler.
interface
BeginLoginRequest
{
callbackUrl
:
string
;
hostState
:
string
;
scopes
:
string
[]
;
options
:
Record
<
string
,
string
>
;
}
Index
Properties
callback
Url
host
State
scopes
options
Properties
callback
Url
callbackUrl
:
string
host
State
hostState
:
string
scopes
scopes
:
string
[]
options
options
:
Record
<
string
,
string
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callback
Url
host
State
scopes
options
@valon-technologies/gestalt
Loading...
Input passed to an authentication provider's
beginLoginhandler.