Skip to content

SudoSOS Back-end API / authentication / AuthenticationMethod

Class: AuthenticationMethod ​

The AuthenticationMethod is the base class for all authentication methods. It simply stores the user it is for.

Extends ​

Extended by ​

Constructors ​

Constructor ​

ts
new AuthenticationMethod(): AuthenticationMethod;

Returns ​

AuthenticationMethod

Inherited from ​

BaseEntityWithoutId.constructor

Properties ​

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