externalAuthenticationUrl Mutation
Prepare external authentication URL for user by custom plugin.
externalAuthenticationUrl(
input: JSONString!
pluginId: String!
): ExternalAuthenticationUrl
Show return type
Arguments
input ● JSONString!
The data required by plugin to create external authentication url.
pluginId ● String!
The ID of the authentication plugin.
Type
ExternalAuthenticationUrl
Prepare external authentication URL for user by custom plugin.