Interface AuthCodeRequest

One of the options for the AuthArgs.

Auth endpoint in API documentation:.

Hierarchy

  • AuthCodeRequest

Properties

client_id: string
code: string
code_verifier: string
grant_type: "authorization_code"
redirect_uri: string
scope?: string

Generated using TypeDoc