LoginMethodGoogleInput
No description
input LoginMethodGoogleInput {
allowedDomains: [String!]!
authUrl: String
clientId: String
clientSecret: String
clientSecretEnvelope: JSONObject
credentialMode: String!
discoveryEnabled: Boolean
discoveryRefreshAt: String
issuer: String
jitProvisioning: Boolean
jwksUri: String
requireVerifiedEmail: Boolean
scope: String
tokenUrl: String
type: String!
userInfoUrl: String
}