Interface AccessTokenRequestProps

Hierarchy

  • AccessTokenRequestProps

Properties

client_id: string
client_secret: string
code?: string
grant_type: "refresh_token" | "authorization_code"
redirect_uri?: string
refresh_token?: string

Generated using TypeDoc