Preparing search index...
The search index is not available
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
@mozaic-io/mozaic-sdk-node
api/api
AccountSession
Interface AccountSession
export AccountSession
interface
AccountSession
{
account
?:
null
|
string
;
client_secret
?:
null
|
string
;
components
?:
AccountSessionComponents
;
expires_at
?:
string
;
livemode
?:
boolean
;
object
?:
null
|
string
;
}
Index
Properties
account?
client_
secret?
components?
expires_
at?
livemode?
object?
Properties
Optional
account
account
?:
null
|
string
Optional
client_
secret
client_
secret
?:
null
|
string
Optional
components
components
?:
AccountSessionComponents
Optional
expires_
at
expires_
at
?:
string
Optional
livemode
livemode
?:
boolean
Optional
object
object
?:
null
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
client_
secret
components
expires_
at
livemode
object
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
Loading...
export AccountSession