Class AuthAbstract

Provides direct access to the OpenAM authentication tree API.

Hierarchy

  • Auth

Methods

  • Gets the next step in the authentication tree.

    Returns

    The next step in the authentication tree.

    Parameters

    • Optional previousStep: Step

      The previous step, including any required input.

    • Optional options: StepOptions

      Configuration default overrides.

    Returns Promise<Step>

  • Parameters

    • Optional step: Step

    Returns RequestInit

  • Type Parameters

    • T

    Parameters

    • res: Response

    Returns Promise<T>

Constructors