Interface OAuthURLOption

Hierarchy

  • OAuthURLOption

Properties

clientID: string
disableGuildSelect?: boolean
guildID?: string
permissions?: string
prompt?: "consent" | "none"
redirectURI?: string
responseType?: "token" | "code"
scopes: string[]
state?: string