Interface RefreshTokenRequest

One of the options for the AuthArgs.

Auth endpoint in API documentation:.

Hierarchy

  • RefreshTokenRequest

Properties

client_id: string
grant_type: "refresh_token"
refresh_token: string
scope?: string

Generated using TypeDoc