React Native Auth0 - v5.5.0
GitHub
NPM
Auth0 Docs
Preparing search index...
Interface
AuthState
Interface AuthState
The shape of the authentication state managed by the Auth0Provider.
interface
AuthState
{
user
:
User
|
null
;
error
:
AuthError
|
null
;
isLoading
:
boolean
;
}
Hierarchy (
View Summary
)
AuthState
Auth0ContextInterface
Index
Properties
user
error
is
Loading
Properties
user
user
:
User
|
null
error
error
:
AuthError
|
null
is
Loading
isLoading
:
boolean
Version
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
user
error
is
Loading
GitHub
NPM
Auth0 Docs
React Native Auth0 - v5.5.0
Loading...
The shape of the authentication state managed by the Auth0Provider.