Skip to main content

PlatformWorkspaceRefreshTokenDeleteSecretError

No description

union PlatformWorkspaceRefreshTokenDeleteSecretError = PlatformTokenNotFoundError | PlatformTokenDeleteRefreshTokenSecretError

Possible types

PlatformWorkspaceRefreshTokenDeleteSecretError.PlatformTokenNotFoundError object

Error that occurs when a PlatformToken with the specified identifier could not be found.

PlatformWorkspaceRefreshTokenDeleteSecretError.PlatformTokenDeleteRefreshTokenSecretError object

Error returned by the Token API when a client secret for a PlatformWorkspaceRefreshToken could not be deleted.