Constructors

Properties

callbackTo?: string

A URL to custom handle the provider callback

queryParams?: {
    [key: string]: string;
}

An object of query params

Type declaration

  • [key: string]: string
redirectTo?: string

A URL to send the user to after they are confirmed.

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