externalLogout
Logout user by custom plugin.
externalLogout(
input: JSONString!
pluginId: String!
): ExternalLogout
Arguments
externalLogout.input
● JSONString!
non-null scalar miscellaneous
The data required by plugin to proceed the logout process.
externalLogout.pluginId
● String!
non-null scalar miscellaneous
The ID of the authentication plugin.
Type
ExternalLogout
object authentication
Logout user by custom plugin.