Constructors

Properties

authenticationUrl: string

URL to send the request to to verify the payload

enabled: boolean

Enable OAuth provider.

headers?: string

Headers to send with the request

provider: "custom"
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;
    }[]