Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.02 KB

ClientRequest.md

File metadata and controls

13 lines (9 loc) · 1.02 KB

AffixApi.Api.Model.ClientRequest

Properties

Name Type Description Notes
ClientSecret List<string> The client secret(s). It is an array datatype to allow for rotation of secrets without downtime for your customers
RedirectUris List<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.
Name string Name of your app that shows up in the Affix Connect application
WebhookUri string If enabled, webhooks will be sent to this endpoint [optional]

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