Skip to main content

PlatformWorkspaceRefreshTokenCreateInput

Input for creating a new PlatformWorkspaceRefreshToken.

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

Fields

PlatformWorkspaceRefreshTokenCreateInput.accessTokenLifetime ● Int! non-null scalar

Lifetime of the access token in seconds.

PlatformWorkspaceRefreshTokenCreateInput.description ● String! non-null scalar

Description of the new PlatformWorkspaceRefreshToken.

PlatformWorkspaceRefreshTokenCreateInput.name ● String! non-null scalar

Name of the new PlatformWorkspaceRefreshToken.

PlatformWorkspaceRefreshTokenCreateInput.returnUrl ● String! non-null scalar

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