AuthURLGenerate
Result of auth URL generate mutation.
type AuthURLGenerate {
authUrl: String
accountErrors: [AccountError!]!
}
Fields
AuthURLGenerate.authUrl ● String scalar
The authorization URL for SSO login.
AuthURLGenerate.accountErrors ● [AccountError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
authUrlGenerate mutation