Credential

data class Credential(val recoveryId: String, val data: String)(source)

The Credential class represents a serialized credential object.

Constructors

Link copied to clipboard
constructor(recoveryId: String, data: String)

Properties

Link copied to clipboard

The data contained in the credential.

Link copied to clipboard
@SerialName(value = "recovery_id")
val recoveryId: String

The recovery ID associated with the credential.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Compares this Credential object with the specified object for equality.

Link copied to clipboard
open override fun hashCode(): Int

Generates a hash code value for the object based on its properties.