Kottster Packages API Reference
Preparing search index...
@kottster/server
IdentityProviderUserWithRoles
Interface IdentityProviderUserWithRoles
interface
IdentityProviderUserWithRoles
{
avatarUrl
?:
string
;
createdAt
?:
string
|
Date
;
email
?:
string
;
firstName
?:
string
;
id
:
string
|
number
;
jwtTokenCheck
?:
string
;
lastLoginAt
?:
string
|
Date
;
lastName
?:
string
;
passwordHash
?:
string
;
passwordResetToken
?:
string
;
roleIds
?:
(
string
|
number
)
[]
;
roles
:
IdentityProviderRole
[]
;
settings
?:
Record
<
string
,
any
>
;
temporaryPassword
?:
boolean
;
twoFactorSecret
?:
string
;
updatedAt
?:
string
|
Date
;
username
?:
string
;
}
Hierarchy (
View Summary
)
IdentityProviderUser
IdentityProviderUserWithRoles
Index
Properties
avatar
Url?
created
At?
email?
first
Name?
id
jwt
Token
Check?
last
Login
At?
last
Name?
password
Hash?
password
Reset
Token?
role
Ids?
roles
settings?
temporary
Password?
two
Factor
Secret?
updated
At?
username?
Properties
Optional
avatar
Url
avatarUrl
?:
string
Optional
created
At
createdAt
?:
string
|
Date
Optional
email
email
?:
string
Optional
first
Name
firstName
?:
string
id
id
:
string
|
number
Optional
jwt
Token
Check
jwtTokenCheck
?:
string
Optional
last
Login
At
lastLoginAt
?:
string
|
Date
Optional
last
Name
lastName
?:
string
Optional
password
Hash
passwordHash
?:
string
Optional
password
Reset
Token
passwordResetToken
?:
string
Optional
role
Ids
roleIds
?:
(
string
|
number
)
[]
roles
roles
:
IdentityProviderRole
[]
Optional
settings
settings
?:
Record
<
string
,
any
>
Optional
temporary
Password
temporaryPassword
?:
boolean
Optional
two
Factor
Secret
twoFactorSecret
?:
string
Optional
updated
At
updatedAt
?:
string
|
Date
Optional
username
username
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avatar
Url
created
At
email
first
Name
id
jwt
Token
Check
last
Login
At
last
Name
password
Hash
password
Reset
Token
role
Ids
roles
settings
temporary
Password
two
Factor
Secret
updated
At
username
Kottster Packages API Reference
Loading...