Preparing search index...
The search index is not available
CypherMed JavaScript SDK
cyphermed
IAuthState
Interface IAuthState
interface
IAuthState
{
clientId
:
undefined
|
string
;
email
:
undefined
|
string
;
isAuthInitialized
:
boolean
;
isLoggedIn
:
boolean
;
isStaffLogin
:
boolean
;
loginMethod
:
"username"
|
"email"
|
"phoneNumber"
;
logoutMessage
:
undefined
|
string
;
mfaType
:
undefined
|
string
;
phoneNumber
:
undefined
|
string
;
scope
:
undefined
|
string
;
username
:
undefined
|
string
;
}
Index
Properties
client
Id
email
is
Auth
Initialized
is
Logged
In
is
Staff
Login
login
Method
logout
Message
mfa
Type
phone
Number
scope
username
Properties
client
Id
client
Id
:
undefined
|
string
email
email
:
undefined
|
string
is
Auth
Initialized
is
Auth
Initialized
:
boolean
is
Logged
In
is
Logged
In
:
boolean
is
Staff
Login
is
Staff
Login
:
boolean
login
Method
login
Method
:
"username"
|
"email"
|
"phoneNumber"
logout
Message
logout
Message
:
undefined
|
string
mfa
Type
mfa
Type
:
undefined
|
string
phone
Number
phone
Number
:
undefined
|
string
scope
scope
:
undefined
|
string
username
username
:
undefined
|
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
client
Id
email
is
Auth
Initialized
is
Logged
In
is
Staff
Login
login
Method
logout
Message
mfa
Type
phone
Number
scope
username
cyphermed
Loading...