auth.provider API
Preparing search index...
@o3co/auth-provider-core
Token
Interface Token
interface
Token
{
audience
?:
string
;
expiresIn
?:
number
;
issuer
?:
string
;
scope
?:
string
;
subject
?:
string
;
token
:
string
;
tokenType
?:
"at+jwt"
|
"rt+jwt"
;
}
Index
Properties
audience?
expires
In?
issuer?
scope?
subject?
token
token
Type?
Properties
Optional
audience
audience
?:
string
Optional
expires
In
expiresIn
?:
number
Optional
issuer
issuer
?:
string
Optional
scope
scope
?:
string
Optional
subject
subject
?:
string
token
token
:
string
Optional
token
Type
tokenType
?:
"at+jwt"
|
"rt+jwt"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
audience
expires
In
issuer
scope
subject
token
token
Type
auth.provider API
Loading...