Supabase oauth configuration

Constructors

Properties

enabled: boolean

Enable OAuth provider.

key: string

The unique Supabase Key which is supplied when you create a new project in your project dashboard.

provider: "supabase"
url: string

The unique Supabase URL which is supplied when you create a new project in your project dashboard.

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