SudoSOS Back-end API / authentication / HashBasedAuthenticationMethod
Abstract Class: HashBasedAuthenticationMethod ​
HashBasedAuthenticationMethod is the base class for all authentication methods that use a hash.
Extends ​
Extended by ​
Constructors ​
Constructor ​
ts
new HashBasedAuthenticationMethod(): HashBasedAuthenticationMethod;Returns ​
HashBasedAuthenticationMethod
Inherited from ​
AuthenticationMethod.constructor
Properties ​
| Property | Modifier | Type | Description | Inherited from |
|---|---|---|---|---|
createdAt | readonly | Date | The creation date of the object. | AuthenticationMethod.createdAt |
hash | public | string | - | - |
updatedAt | readonly | Date | The last update date of the object. | AuthenticationMethod.updatedAt |
user | public | User | - | AuthenticationMethod.user |
userId | public | number | - | AuthenticationMethod.userId |
version | readonly | number | The current version of the object. | AuthenticationMethod.version |