Hierarchy

  • TokenRequestFlow

Constructors

Methods

  • Callback when successfully authorized

    Parameters

    • authorizedFnc: ((credential) => void)

    Returns TokenRequestFlow

  • Execute the Token Request Code Flow.

    Returns void

  • Callback when the code is not authorized.

    Parameters

    • notAuthorizedFnc: ((msg) => void)
        • (msg): void
        • Parameters

          • msg: string

          Returns void

    Returns TokenRequestFlow

  • Used to facilitate the token response flow

    Parameters

    • redirectUrl: string

    Returns TokenRequestFlow

Generated using TypeDoc