Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.25 KB

TokenRequest.md

File metadata and controls

14 lines (10 loc) · 1.25 KB

AffixApi.Api.Model.TokenRequest

Properties

Name Type Description Notes
ClientId string The client ID you received when you first created the application
ClientSecret string The client secret. Since there can be multiple `client_secret`s (to allow for rotation of secrets without downtime to your customers), any current `client_secret` is valid Please email me after signup and I will set both your client secret and redirect_uri (required) when you reach out.
GrantType string This is a hardcoded value required by the OAuth 2.1 spec
Code string This is the code you received in the query string
RedirectUri string Indicates the URI to return the user to after authorization is complete, which is the endpoint on your server to receive the authorization_code. Must be identical to the redirect URI provided in the original link. Please email me after signup and I will set both your client secret and redirect_uri (required) when you reach out.

[Back to Model list] [Back to API list] [Back to README]