Represents a callback used to collect a password.

Hierarchy

Methods

  • Gets the value of the specified input element, or the first element if selector is not provided.

    Parameters

    • selector: string | number = 0

      The index position or name of the desired element

    Returns unknown

  • Sets the value of the specified input element, or the first element if selector is not provided.

    Parameters

    • value: unknown
    • selector: string | number | RegExp = 0

      The index position or name of the desired element

    Returns void

  • Gets the value of the specified output element, or the first element if selector is not provided.

    Parameters

    • selector: string | number = 0

      The index position or name of the desired element

    Returns unknown

  • Gets the value of the first output element with the specified name or the specified default value.

    Type Parameters

    • T

    Parameters

    • name: string

      The name of the desired element

    • defaultValue: T

    Returns T

Constructors

Properties

payload: Callback

The raw payload returned by OpenAM