ExternalAuthenticationUrl Object
Prepare external authentication URL for user by custom plugin.
type ExternalAuthenticationUrl {
authenticationData: JSONString
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}
Fields
authenticationData ● JSONString
The data returned by authentication plugin.
errors ● [AccountError!]!
Show deprecatedHide deprecated
accountErrors ● [AccountError!]!
DEPRECATED
Use errors field instead.
Returned By
externalAuthenticationUrl mutation