oidc-client-ts
    Preparing search index...

    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.

    Index

    Constructors

    Properties

    metadataService: MetadataService

    Methods

    • Parameters

      • dpopStore: DPoPStore
      • Optionalnonce: string

      Returns Promise<string>

    • Parameters

      • token: string
      • Optionaltype: "access_token" | "refresh_token"

      Returns Promise<void>