Function createSession

  • Factory method for session creation

    Returns

    A promise of a new SippoJS session

    Parameters

    • issuer: string

      The authorization token issuer identifier

    • token: string

      The authorization token from the given issuer.

    • config: SessionConfig

      Session configuration

    Returns Promise<Session>

Generated using TypeDoc