Class OidcClient

Provides the raw OIDC/OAuth2 protocol support for the authorization endpoint and the end session endpoint in the authorization server. It provides a bare-bones protocol implementation and is used by the UserManager class. Only use this class if you simply want protocol support without the additional management features of the UserManager class.

Constructors

Properties

metadataService: MetadataService

Methods

  • Parameters

    • token: string
    • Optional type: "access_token" | "refresh_token"

    Returns Promise<void>

Generated using TypeDoc