Skip to content

SudoSOS Back-end API / authentication / EanAuthenticator

Class: EanAuthenticator ​

The EAN Authenticator is used to authenticate users using EAN codes. These are only used by "voucher" accounts, see User.

Extends ​

Constructors ​

Constructor ​

ts
new EanAuthenticator(): EanAuthenticator;

Returns ​

EanAuthenticator

Inherited from ​

AuthenticationMethod.constructor

Properties ​

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