auth.provider API
Preparing search index...
@o3co/auth-provider-core
GenerateIdTokenOptions
Interface GenerateIdTokenOptions
interface
GenerateIdTokenOptions
{
aud
:
string
;
authTime
:
Date
;
azp
?:
string
;
expiresIn
?:
number
;
issuer
:
string
;
keyStore
:
KeyStore
;
nonce
?:
string
;
scopes
:
readonly
string
[]
;
sid
:
string
;
sub
:
string
;
userClaims
:
UserSessionClaims
;
}
Index
Properties
aud
auth
Time
azp?
expires
In?
issuer
key
Store
nonce?
scopes
sid
sub
user
Claims
Properties
Readonly
aud
aud
:
string
Readonly
auth
Time
authTime
:
Date
Optional
Readonly
azp
azp
?:
string
Optional
Readonly
expires
In
expiresIn
?:
number
Readonly
issuer
issuer
:
string
Readonly
key
Store
keyStore
:
KeyStore
Optional
Readonly
nonce
nonce
?:
string
Readonly
scopes
scopes
:
readonly
string
[]
Readonly
sid
sid
:
string
Readonly
sub
sub
:
string
Readonly
user
Claims
userClaims
:
UserSessionClaims
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aud
auth
Time
azp
expires
In
issuer
key
Store
nonce
scopes
sid
sub
user
Claims
auth.provider API
Loading...