AuthenticatorMetaData

open class AuthenticatorMetaData(val i18nKey: String? = null, val promptType: String? = null, val params: ArrayList<AuthenticatorMetaData.AuthenticatorParam>? = null, val additionalData: AuthenticatorMetaData.AuthenticatorAdditionalData? = null)

Meta data related to the authenticator

Parameters

i18nKey

I18n key related to the authenticator

promptType

Prompt type

params

Params related to the authenticator

additionalData

Additional data related to the authenticator

Constructors

Link copied to clipboard
constructor(i18nKey: String? = null, promptType: String? = null, params: ArrayList<AuthenticatorMetaData.AuthenticatorParam>? = null, additionalData: AuthenticatorMetaData.AuthenticatorAdditionalData? = null)

Types

Link copied to clipboard
open class AuthenticatorAdditionalData(val nonce: String? = null, val clientId: String? = null, val scope: String? = null, val challengeData: String? = null, val state: String? = null, val redirectUrl: String? = null)

Additional data related to the authenticator

Link copied to clipboard
open class AuthenticatorParam(val param: String? = null, val type: String? = null, val order: Int? = null, val i18nKey: String? = null, val displayName: String? = null, val confidential: Boolean? = null)

Parameters related to the authenticator

Properties

Link copied to clipboard

Additional data related to the authenticator

Link copied to clipboard
open val i18nKey: String? = null

I18n key related to the authenticator

Link copied to clipboard

Params related to the authenticator

Link copied to clipboard
open val promptType: String? = null

Prompt type

Functions

Link copied to clipboard

Convert the AuthenticatorMetaData object to a JSON string