Skip to main content

PlatformWorkspaceTokenCreateInput

Input for creating a new PlatformWorkspaceToken.

input PlatformWorkspaceTokenCreateInput {
accessTokenLifetime: Int!
description: String!
name: String!
returnUrl: String!
}

Fields

PlatformWorkspaceTokenCreateInput.accessTokenLifetime ● Int! non-null scalar

Lifetime of the access token in seconds.

PlatformWorkspaceTokenCreateInput.description ● String! non-null scalar

Description of the new PlatformWorkspaceToken.

PlatformWorkspaceTokenCreateInput.name ● String! non-null scalar

Name of the new PlatformWorkspaceToken.

PlatformWorkspaceTokenCreateInput.returnUrl ● String! non-null scalar

URL to redirect to after the authorization flow completes. Must be a trusted domain.