Skip to main content

CreateCustomerToken

Result of createCustomerToken mutation.

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

List of errors that occurred executing the mutation.

Returned By

createCustomerToken mutation

Was this page helpful?