React Native Auth0 - v5.0.0-beta.4
GitHub
NPM
Auth0 Docs
Preparing search index...
NativeCredentialsResponse
Type Alias NativeCredentialsResponse
type
NativeCredentialsResponse
=
{
id_token
:
string
;
access_token
:
string
;
token_type
:
string
;
expires_in
:
number
;
refresh_token
:
string
|
undefined
;
scope
:
string
|
undefined
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
id_
token
access_
token
token_
type
expires_
in
refresh_
token
scope
Properties
id_
token
id_token
:
string
access_
token
access_token
:
string
token_
type
token_type
:
string
expires_
in
expires_in
:
number
refresh_
token
refresh_token
:
string
|
undefined
scope
scope
:
string
|
undefined
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id_
token
access_
token
token_
type
expires_
in
refresh_
token
scope
GitHub
NPM
Auth0 Docs
React Native Auth0 - v5.0.0-beta.4
Loading...