Skip to main content

ExternalRefresh Object

Refresh user's access by custom plugin.

type ExternalRefresh {
token: String
refreshToken: String
csrfToken: String
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields​

token ● String​

The token, required to authenticate.

refreshToken ● String​

The refresh token, required to re-generate external access token.

csrfToken ● String​

CSRF token required to re-generate external access token.

user ● User​

A user instance.

errors ● [AccountError!]!​

Show deprecatedHide deprecated

accountErrors ● [AccountError!]!​

DEPRECATED

Use errors field instead.

Returned By​

externalRefresh mutation