Skip to main content

IdpClientUpdateInput

No description

input IdpClientUpdateInput {
allowed_grant_types: [String!]
allowed_redirect_uris: [String!]
allowed_response_types: [String!]
allowed_scopes: [String!]
consent_required: Boolean
contact_email: String
default_scopes: [String!]
description: String
logo_uri: String
metadata: JSONObject
pkce_required: Boolean
policy_uri: String
post_logout_redirect_uris: [String!]
refresh_token_rotation: Boolean
status: IdpClientStatus
terms_of_service_uri: String
token_endpoint_auth_method: IdpClientAuthMethod
}

Fields

IdpClientUpdateInput.allowed_grant_types ● [String!] list scalar

IdpClientUpdateInput.allowed_redirect_uris ● [String!] list scalar

IdpClientUpdateInput.allowed_response_types ● [String!] list scalar

IdpClientUpdateInput.allowed_scopes ● [String!] list scalar

IdpClientUpdateInput.contact_email ● String scalar

IdpClientUpdateInput.default_scopes ● [String!] list scalar

IdpClientUpdateInput.description ● String scalar

IdpClientUpdateInput.logo_uri ● String scalar

IdpClientUpdateInput.metadata ● JSONObject scalar

IdpClientUpdateInput.pkce_required ● Boolean scalar

IdpClientUpdateInput.policy_uri ● String scalar

IdpClientUpdateInput.post_logout_redirect_uris ● [String!] list scalar

IdpClientUpdateInput.refresh_token_rotation ● Boolean scalar

IdpClientUpdateInput.status ● IdpClientStatus enum

IdpClientUpdateInput.terms_of_service_uri ● String scalar

IdpClientUpdateInput.token_endpoint_auth_method ● IdpClientAuthMethod enum

Member Of

updateIdpClient mutation