GloAddAppClientSecretError
No description
union GloAddAppClientSecretError = GloAppNotFoundError | GloAppMissingOAuthClientError | GloAppDeletedError | GloAppClientSecretNotAddedError
Possible types
GloAddAppClientSecretError.GloAppNotFoundError object
Error that occurs when a GloApp is not found.
GloAddAppClientSecretError.GloAppMissingOAuthClientError object
Error that occurs when an *OAuth client* is missing.
GloAddAppClientSecretError.GloAppDeletedError object
Error that occurs when attempting to update a deleted GloApp.
GloAddAppClientSecretError.GloAppClientSecretNotAddedError object
Error that occurs when attempting to add a client secret to a GloApp *OAuth client* but the secret could not be added.