Authenticator

open class Authenticator(val authenticatorId: String, val authenticator: String?, val idp: String?, val metadata: AuthenticatorMetaData?, val requiredParams: List<String>?)

Class to represent an Authenticator

Parameters

authenticatorId

Id of the authenticator

authenticator

Type of the authenticator

idp

IDP of the authenticator

metadata

Metadata of the authenticator

requiredParams

Required params that should be sent to the server for authentication in this authenticator

Constructors

Link copied to clipboard
constructor(authenticatorId: String, authenticator: String?, idp: String?, metadata: AuthenticatorMetaData?, requiredParams: List<String>?)

Properties

Link copied to clipboard

Name of the authenticator

Link copied to clipboard

Id of the authenticator

Link copied to clipboard
open val idp: String?

Id of the idp of the authenticator

Link copied to clipboard

Metadata of the authenticator

Link copied to clipboard

Required params that should be sent to the server for authentication in this authenticator

Functions

Link copied to clipboard