PlatformWorkspaceRefreshTokenDeleteSecretInput
No description
input PlatformWorkspaceRefreshTokenDeleteSecretInput {
clientSecret: String!
tokenId: String!
}
Fields
PlatformWorkspaceRefreshTokenDeleteSecretInput.clientSecret ● String! non-null scalar
The client secret to delete from the PlatformWorkspaceRefreshToken.
PlatformWorkspaceRefreshTokenDeleteSecretInput.tokenId ● String! non-null scalar
The identifier of the PlatformWorkspaceRefreshToken to delete the secret for.