PlatformWorkspaceTokenCreateInput
Input for creating a new PlatformWorkspaceToken.
input PlatformWorkspaceTokenCreateInput {
accessTokenLifetime: Int
description: String!
name: String!
returnUrl: String!
}
Fields
PlatformWorkspaceTokenCreateInput.accessTokenLifetime ● Int scalar
Lifetime of the access token in seconds. Must be greater than zero. Defaults to 3600 (1 hour) when omitted.
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.