Attributes

id : SObject Id of the authenticator
name : SObject Name of the authenticator
maxAge : Default maxAge defined for the authenticator
amrs : Default list of AMRs defined for the authenticator
provider: An instance of the Authenticator provider which can be used to initiate / verify user authentication

Methods

get

Use this method to retrieve decrypted configuration data of an authenticator
global Object get(String name);

Input

name : The name of the configuration attribute

Return

An object with the value of attribute. If the name does not map to a configuration, null is returned. You need to cast the return value to the appropriate data type.