Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 984 Bytes

AuthToken.md

File metadata and controls

17 lines (13 loc) · 984 Bytes

SumUpRestApi.AuthToken

Properties

Name Type Description Notes
grantType String The grant type used for obtaining an access token.
clientId String The client ID of your application that was generated when you <a href=&quot;https://developer.sumup.com/docs/register-app\&quot;&gt;registered it</a>.
clientSecret String The client secret of your application that was generated when you <a href=&quot;https://developer.sumup.com/docs/register-app\&quot;&gt;registered it</a>.
code String The authorization code that you received from requesting an authorization code.
refreshToken String A required parameter when generating a refresh token. [optional]

Enum: GrantTypeEnum

  • authorizationCode (value: "authorization_code")
  • refreshToken (value: "refresh_token")