OBJECT
OauthRequestPayload
Description
Payload for OAuth registration.
link GraphQL Schema definition
- type OauthRequestPayload {
- # Client ID of OAuth request.
- : String!
- # Code challenge of OAuth request.
- : String!
- # Code challenge method of OAuth request.
- : String!
- # Redirect URI of OAuth request.
- : String!
- # Response type of OAuth request.
- : String!
- # Scope of OAuth request.
- : String!
- # State of OAuth request.
- : String!
- }