OAuth2ConsentChallenge
No description
type OAuth2ConsentChallenge {
client: OAuth2ClientInfo!
requestedScopes: [String!]!
skip: Boolean!
}
No description
type OAuth2ConsentChallenge {
client: OAuth2ClientInfo!
requestedScopes: [String!]!
skip: Boolean!
}
OAuth2ConsentChallenge.client
● [OAuth2ClientInfo!
](/Incidite GraphQL Docs/types/objects/oauth-2-client-info.mdx) non-null objectOAuth2ConsentChallenge.requestedScopes
● [[String!]!
](/Incidite GraphQL Docs/types/scalars/string.mdx) non-null scalarOAuth2ConsentChallenge.skip
● [Boolean!
](/Incidite GraphQL Docs/types/scalars/boolean.mdx) non-null scalar