Skip to main content

CreateCustomerToken

Creates a new Nautical customer token.

type CreateCustomerToken {
nauticalToken: String
refreshToken: String
authErrors: [AuthError!]!
}

Fields

CreateCustomerToken.nauticalToken ● String scalar

Token created by Nautical to be used to sync users across several Oauth providers.

CreateCustomerToken.refreshToken ● String scalar

Refresh token for renewing the nautical_token (access token). This refresh token expires after 1 hour

CreateCustomerToken.authErrors ● [AuthError!]! non-null object

Returned By

createCustomerToken mutation

Was this page helpful?