OAuthQueries
No description
type OAuthQueries {
consentRequest(
challenge: String!
): OAuthConsentRequestGql
}
Fields
OAuthQueries.consentRequest ● OAuthConsentRequestGql object
Details of a pending OAuth consent challenge (client name, requested scopes); fails if the challenge belongs to another user
OAuthQueries.consentRequest.challenge ● String! non-null scalar
Returned By
oauth query