Constructors

Properties

provider: OAuthProvider
usePooling?: boolean

Use Pooling for the OAuth flow This option is for the flow that requires the user can't be redirected from the authorization page to the application. The client should poll the server to check if the user has authorized the application.

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;
    }[]