OAuth Clients
List OAuth Clients
OAuth Client Details
Create OAuth Client
Update OAuth Client
Delete OAuth Client
Rotate OAuth Client Secret
Delete Rotated OAuth Client Secret
ModelsExpand Collapse
OAuthClientListResponse object { client_id, visibility, allowed_cors_origins, 16 more } Fields shared by OAuth client responses and create/update requests.
Fields shared by OAuth client responses and create/update requests.
client_uri_verification: optional object { status, text } Client URI domain control verification state.
Client URI domain control verification state.
grant_types: optional array of "authorization_code" or "refresh_token"Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Indicates whether the client has a rotated secret that has not yet been deleted.
Timestamp when the OAuth client was promoted to public visibility.
response_types: optional array of "token" or "id_token" or "code"Array of OAuth response types the client is allowed to use.
Array of OAuth response types the client is allowed to use.
Array of OAuth scopes the client is allowed to request. Colon-delimited scopes are not accepted. Dot-delimited scopes are validated against available OAuth API scopes; simple identity scopes are allowed. Protocol scopes offline_access and openid are added or removed automatically based on grant_types and response_types.
OAuthClientGetResponse object { client_id, visibility, allowed_cors_origins, 16 more } Fields shared by OAuth client responses and create/update requests.
Fields shared by OAuth client responses and create/update requests.
client_uri_verification: optional object { status, text } Client URI domain control verification state.
Client URI domain control verification state.
grant_types: optional array of "authorization_code" or "refresh_token"Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Indicates whether the client has a rotated secret that has not yet been deleted.
Timestamp when the OAuth client was promoted to public visibility.
response_types: optional array of "token" or "id_token" or "code"Array of OAuth response types the client is allowed to use.
Array of OAuth response types the client is allowed to use.
Array of OAuth scopes the client is allowed to request. Colon-delimited scopes are not accepted. Dot-delimited scopes are validated against available OAuth API scopes; simple identity scopes are allowed. Protocol scopes offline_access and openid are added or removed automatically based on grant_types and response_types.
OAuthClientCreateResponse object { client_id, visibility, allowed_cors_origins, 17 more } Fields shared by OAuth client responses and create/update requests.
Fields shared by OAuth client responses and create/update requests.
The client secret. This is the only time the secret is returned in a response.
client_uri_verification: optional object { status, text } Client URI domain control verification state.
Client URI domain control verification state.
grant_types: optional array of "authorization_code" or "refresh_token"Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Indicates whether the client has a rotated secret that has not yet been deleted.
Timestamp when the OAuth client was promoted to public visibility.
response_types: optional array of "token" or "id_token" or "code"Array of OAuth response types the client is allowed to use.
Array of OAuth response types the client is allowed to use.
Array of OAuth scopes the client is allowed to request. Colon-delimited scopes are not accepted. Dot-delimited scopes are validated against available OAuth API scopes; simple identity scopes are allowed. Protocol scopes offline_access and openid are added or removed automatically based on grant_types and response_types.
OAuthClientUpdateResponse object { client_id, visibility, allowed_cors_origins, 16 more } Fields shared by OAuth client responses and create/update requests.
Fields shared by OAuth client responses and create/update requests.
client_uri_verification: optional object { status, text } Client URI domain control verification state.
Client URI domain control verification state.
grant_types: optional array of "authorization_code" or "refresh_token"Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Indicates whether the client has a rotated secret that has not yet been deleted.
Timestamp when the OAuth client was promoted to public visibility.
response_types: optional array of "token" or "id_token" or "code"Array of OAuth response types the client is allowed to use.
Array of OAuth response types the client is allowed to use.
Array of OAuth scopes the client is allowed to request. Colon-delimited scopes are not accepted. Dot-delimited scopes are validated against available OAuth API scopes; simple identity scopes are allowed. Protocol scopes offline_access and openid are added or removed automatically based on grant_types and response_types.