Skip to main content

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 deprecatedHide deprecated

accountErrors ● [AccountError!]!​

DEPRECATED

Use errors field instead.

Returned By​

externalVerify mutation