wwWallet core documentation
Preparing search index...
server-core/src
AccessToken
Type Alias AccessToken
type
AccessToken
=
{
access_token
?:
string
;
client_id
:
string
;
previous_code
?:
string
;
scope
:
string
;
sub
:
string
;
token_type
:
"access_token"
;
}
Index
Properties
access_
token?
client_
id
previous_
code?
scope
sub
token_
type
Properties
Optional
access_
token
access_token
?:
string
client_
id
client_id
:
string
Optional
previous_
code
previous_code
?:
string
scope
scope
:
string
sub
sub
:
string
token_
type
token_type
:
"access_token"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
token
client_
id
previous_
code
scope
sub
token_
type
wwWallet core documentation
Loading...