PrimaryCredential

class PrimaryCredential(val m2: String, val a: String, val e: String, val v: String)(source)

Represents a serializable class for storing user credentials.

Parameters

m2

The m2 property of the credential.

a

The a property of the credential.

e

The e property of the credential.

v

The v property of the credential.

Constructors

Link copied to clipboard
constructor(m2: String, a: String, e: String, v: String)

Properties

Link copied to clipboard
val a: String
Link copied to clipboard
val e: String
Link copied to clipboard
@SerialName(value = "m_2")
val m2: String
Link copied to clipboard
val v: String