Preparing search index...
The search index is not available
PAOIDCClient
PAOIDCClient
TokenResponse
Interface TokenResponse
interface
TokenResponse
{
access_token
?:
string
;
error
?:
string
;
error_description
?:
string
;
expires_in
?:
number
;
id_token
?:
string
;
refresh_token
?:
string
;
scope
?:
string
;
session_state
?:
string
;
}
Index
Properties
access_
token?
error?
error_
description?
expires_
in?
id_
token?
refresh_
token?
scope?
session_
state?
Properties
Optional
access_
token
access_token
?:
string
Optional
error
error
?:
string
Optional
error_
description
error_description
?:
string
Optional
expires_
in
expires_in
?:
number
Optional
id_
token
id_token
?:
string
Optional
refresh_
token
refresh_token
?:
string
Optional
scope
scope
?:
string
Optional
session_
state
session_state
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
token
error
error_
description
expires_
in
id_
token
refresh_
token
scope
session_
state
PAOIDCClient
Loading...