Options
All
  • Public
  • Public/Protected
  • All
Menu

Class JWTAuthHandler

An auth handler that provides JWT Authentication support.

Hierarchy

  • JWTAuthHandler

Implements

Index

Methods

handle

scopeDelimiter

  • Return a new instance with the internal state copied from the caller but the scopes delimiter set to be unique to the instance.

    Parameters

    • delimiter: string

    Returns JWTAuthHandler

withScope

  • Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.

    Parameters

    • scope: string

    Returns JWTAuthHandler

withScopes

  • Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.

    Parameters

    • scopes: string

    Returns JWTAuthHandler

Static create

  • Create a JWT auth handler

    Parameters

    • authProvider: JWTAuth

    Returns JWTAuthHandler

  • Create a JWT auth handler

    Parameters

    • authProvider: JWTAuth
    • realm: string

    Returns JWTAuthHandler

Generated using TypeDoc