Skip to content

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 ​

PropertyModifierTypeDescriptionInherited from
createdAtreadonlyDateThe creation date of the object.AuthenticationMethod.createdAt
hashpublicstring--
updatedAtreadonlyDateThe last update date of the object.AuthenticationMethod.updatedAt
userpublicUser-AuthenticationMethod.user
userIdpublicnumber-AuthenticationMethod.userId
versionreadonlynumberThe current version of the object.AuthenticationMethod.version