Constructors

Properties

aud: string

Audience of the JWT token

enabled: boolean

Enable OAuth provider.

jwksUrl?: string

JWKS URL to fetch the public key

provider: "oidc"
publicVerificationKey?: string

PEM encoded public key to verify the JWT token

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]