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