Updates an app integration authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
The id of the app integration authentication.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
This is used to authenticate the request. If the request is not authenticated, the server will return a 401 Unauthorized response.
YOUR_AUTH_KEY
The app integration id.
The code of the app integration.
The name of the app integration.
The project Id of the app integration.
The client email of the app integration. This value is used for OAuth2 methods. For example, for Google OAuth2, this value is the email of the service account.
The client secret of the app integration. This value is used for OAuth2 methods. For example, for Google OAuth2, this value is the private key of the service account.
The redirect URI of the app integration. After the user logs in, the user is redirected to this URI. This value is must be mapping with the application configuration on the OAuth2 provider.
The scope of the app integration.
The authentication endpoint of the app integration.
The token endpoint of the app integration.
The icon URL of the app integration.
The tags of the app integration.
The description of the app integration.
Flag to indicate if the authentication integration is the default. Default is false.