videosphere
Preparing search index...
lib/repositories/users
UserAuthCredentials
Interface UserAuthCredentials
Minimal user fields required for credential-based authentication.
interface
UserAuthCredentials
{
userId
:
string
;
passwordHash
:
string
;
role
:
UserRole
;
totpEnabled
:
boolean
;
}
Index
Properties
user
Id
password
Hash
role
totp
Enabled
Properties
user
Id
userId
:
string
password
Hash
passwordHash
:
string
role
role
:
UserRole
totp
Enabled
totpEnabled
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user
Id
password
Hash
role
totp
Enabled
videosphere
Loading...
Minimal user fields required for credential-based authentication.