ReadClientCredentialsGrantDetails - Amazon Quick Sight

ReadClientCredentialsGrantDetails

Read-only configuration details for OAuth2 client credentials grant flow, including client ID and token endpoint.

Contents

Note

In the following list, the required parameters are described first.

ClientId

The client identifier for the OAuth2 client credentials grant flow.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 1024.

Required: Yes

TokenEndpoint

The authorization server endpoint used to obtain access tokens via the client credentials grant flow.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 8192.

Pattern: https://.*

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: