Skip to main content

externalRefresh Mutation

Refresh user's access by custom plugin.

externalRefresh(
input: JSONString!
pluginId: String!
): ExternalRefresh
Show return type

Arguments

input ● JSONString!

The data required by plugin to proceed the refresh process.

pluginId ● String!

The ID of the authentication plugin.

Type

ExternalRefresh

Refresh user's access by custom plugin.