Class which provides helpers for OAuth 2.0 protocol specific values

Hierarchy

  • ProtocolUtils

Constructors

Methods

  • Generates the state value used by the common library.

    Parameters

    • cryptoObj: ICrypto
    • Optional meta: Record<string, string>

    Returns string

  • Appends user state with random guid, or returns random guid.

    Parameters

    • cryptoObj: ICrypto
    • Optional userState: string
    • Optional meta: Record<string, string>

    Returns string

Generated using TypeDoc