FactorType

Represents an MFA factor type

Parameters

value

The name of the factor type

Inheritors

Types

Link copied to clipboard
Link copied to clipboard

TOTP (timed one-time password) MFA factor

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract suspend fun decodeResponse(json: JsonObject): Response
Link copied to clipboard
abstract suspend fun encodeConfig(config: Config.() -> Unit): JsonObject