externalAuthenticationUrl
Prepare external authentication URL for user by custom plugin.
externalAuthenticationUrl(
input: JSONString!
pluginId: String!
): ExternalAuthenticationUrl
Arguments
externalAuthenticationUrl.input
● JSONString!
non-null scalar miscellaneous
The data required by plugin to create external authentication url.
externalAuthenticationUrl.pluginId
● String!
non-null scalar miscellaneous
The ID of the authentication plugin.
Type
ExternalAuthenticationUrl
object authentication
Prepare external authentication URL for user by custom plugin.