module:model/AuthenticationMethod

module:model/AuthenticationMethod

new module:model/AuthenticationMethod()

Source:

Constructs a new AuthenticationMethod.
Contains information about the method used for authentication.

Members

(inner) authenticationType :String

Source:

Indicates the type of authentication. Valid values are: PhoneAuth, STAN, ISCheck, OFAC, AccessCode, AgeVerify, or SSOAuth.

Type:
  • String

(inner) lastProvider :String

Source:

The last provider that authenticated the user.

Type:
  • String

(inner) lastTimestamp :String

Source:

The data and time the user last used the authentication method.

Type:
  • String

(inner) totalCount :String

Source:

The number of times the authentication method was used.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/AuthenticationMethod}

Source:

Constructs a AuthenticationMethod from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/AuthenticationMethod

Optional instance to populate.

Returns:

The populated AuthenticationMethod instance.

Type
module:model/AuthenticationMethod