FactorPayload

Describes the information required to create a Factor
interface FactorPayload

See also

FactorType
Link copied to clipboard

Functions

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

Properties

factorType
Link copied to clipboard
Type of the factor.
abstract val factorType: FactorType
friendlyName
Link copied to clipboard
A human readable description of this resource, up to 64 characters. For a push factor, this can be the device's name.
abstract val friendlyName: String
identity
Link copied to clipboard
Identifies the user, should be an UUID you should not use PII (Personal Identifiable Information) because the systems that will process this attribute assume it is not directly identifying information.
abstract val identity: String
serviceSid
Link copied to clipboard
The unique SID identifier of the Service.
abstract val serviceSid: String

Inheritors

PushFactorPayload
Link copied to clipboard