Get app integration authenticate URLs
Get app integration authenticate URLs for the given callback URL, return URL, device code, and type response.
The callback URL. It is the URL that the user will be redirected to after logging in.
The return URL. It is the URL that the user will be redirected to after canceling the login.
The device code. It is the code that the user will be detected as a device.
This enum represents the response client for the AppSettingAuthenticationTypeResponseClient.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLThe request was successful.
The API result model with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
API call exceeded rate limit due to too many requests.
Last updated