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 deprecated
Returned By
externalAuthenticationUrl mutation