externalVerify Mutation
Verify external authentication data by plugin.
externalVerify(
input: JSONString!
pluginId: String!
): ExternalVerify
Details
type ExternalVerify {
user: User
isValid: Boolean!
verifyData: JSONString
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}
Arguments
input ● JSONString!
The data required by plugin to proceed the verification.
pluginId ● String!
The ID of the authentication plugin.
Type
ExternalVerify
Verify external authentication data by plugin.