Twitter oauth configuration

Constructors

Properties

clientId: string

Twitter API consumer key.

clientSecret: string

Twitter API consumer secret.

enabled: boolean

Enable OAuth provider.

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