React Native Auth0 - v5.5.0
GitHub
NPM
Auth0 Docs
Preparing search index...
Interface
SSOCredentialsResponse
Type Alias SSOCredentialsResponse
type
SSOCredentialsResponse
=
{
access_token
:
string
;
issued_token_type
:
string
;
token_type
:
string
;
expires_in
:
number
;
id_token
?:
string
;
refresh_token
?:
string
;
}
Index
Properties
access_
token
issued_
token_
type
token_
type
expires_
in
id_
token?
refresh_
token?
Properties
access_
token
access_token
:
string
issued_
token_
type
issued_token_type
:
string
token_
type
token_type
:
string
expires_
in
expires_in
:
number
Optional
id_
token
id_token
?:
string
Optional
refresh_
token
refresh_token
?:
string
Version
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
access_
token
issued_
token_
type
token_
type
expires_
in
id_
token
refresh_
token
GitHub
NPM
Auth0 Docs
React Native Auth0 - v5.5.0
Loading...