ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/models/user
Account
Interface Account
interface
Account
{
id
:
string
;
userId
:
string
;
type
:
string
;
provider
:
string
;
providerAccountId
:
string
;
refresh_token
?:
string
|
null
;
access_token
?:
string
|
null
;
expires_at
?:
number
|
null
;
token_type
?:
string
|
null
;
scope
?:
string
|
null
;
id_token
?:
string
|
null
;
session_state
?:
string
|
null
;
user
?:
User
;
}
Index
Properties
id
user
Id
type
provider
provider
Account
Id
refresh_
token?
access_
token?
expires_
at?
token_
type?
scope?
id_
token?
session_
state?
user?
Properties
id
id
:
string
user
Id
userId
:
string
type
type
:
string
provider
provider
:
string
provider
Account
Id
providerAccountId
:
string
Optional
refresh_
token
refresh_token
?:
string
|
null
Optional
access_
token
access_token
?:
string
|
null
Optional
expires_
at
expires_at
?:
number
|
null
Optional
token_
type
token_type
?:
string
|
null
Optional
scope
scope
?:
string
|
null
Optional
id_
token
id_token
?:
string
|
null
Optional
session_
state
session_state
?:
string
|
null
Optional
user
user
?:
User
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
user
Id
type
provider
provider
Account
Id
refresh_
token
access_
token
expires_
at
token_
type
scope
id_
token
session_
state
user
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...