ExternalVerify Object
Verify external authentication data by plugin.
type ExternalVerify {
user: User
isValid: Boolean!
verifyData: JSONString
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}
Fields
user ● User
User assigned to data.
isValid ● Boolean!
Determine if authentication data is valid or not.
verifyData ● JSONString
External data.
errors ● [AccountError!]!
Show deprecated
Returned By
externalVerify mutation