Preparing search index...
The search index is not available
Documentation
Documentation
@azure/msal-react
MsalAuthenticationResult
Type alias MsalAuthenticationResult
Msal
Authentication
Result
:
{
acquireToken
:
(
(
callbackInteractionType
?
,
callbackRequest
?
)
=>
Promise
<
AuthenticationResult
|
null
>
)
;
error
:
AuthError
|
null
;
login
:
(
(
callbackInteractionType
?
,
callbackRequest
?
)
=>
Promise
<
AuthenticationResult
|
null
>
)
;
result
:
AuthenticationResult
|
null
;
}
Type declaration
acquire
Token
:
(
(
callbackInteractionType
?
,
callbackRequest
?
)
=>
Promise
<
AuthenticationResult
|
null
>
)
(
callbackInteractionType
?
,
callbackRequest
?
)
:
Promise
<
AuthenticationResult
|
null
>
Parameters
Optional
callbackInteractionType
:
InteractionType
Optional
callbackRequest
:
SilentRequest
Returns
Promise
<
AuthenticationResult
|
null
>
error
:
AuthError
|
null
login
:
(
(
callbackInteractionType
?
,
callbackRequest
?
)
=>
Promise
<
AuthenticationResult
|
null
>
)
(
callbackInteractionType
?
,
callbackRequest
?
)
:
Promise
<
AuthenticationResult
|
null
>
Parameters
Optional
callbackInteractionType
:
InteractionType
Optional
callbackRequest
:
PopupRequest
|
RedirectRequest
|
SilentRequest
Returns
Promise
<
AuthenticationResult
|
null
>
result
:
AuthenticationResult
|
null
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
@azure/msal-
angular -
v3.0.25
@azure/msal-
browser -
v3.26.1
@azure/msal-
common -
v14.15.0
@azure/msal-
node -
v2.15.0
@azure/msal-
react -
v2.1.1
IMsal
Context
Account
Identifiers
Authenticated
Template
Props
Msal
Authentication
Props
Msal
Authentication
Result
Msal
Provider
Props
Set
Complement
Set
Difference
Subtract
Unauthenticated
Template
Props
With
Msal
Props
Msal
Context
version
Authenticated
Template
Msal
Authentication
Template
Msal
Consumer
Msal
Provider
Unauthenticated
Template
use
Account
use
Is
Authenticated
use
Msal
use
Msal
Authentication
with
Msal
@azure/msal-
node-
extensions -
v1.3.0
Generated using
TypeDoc