benchling_api_client.models.o_auth_bad_request_error_error_type module¶
- class OAuthBadRequestErrorErrorType¶
Bases:
benchling_api_client.extensions.Enums.KnownString
An enumeration.
- INVALID_GRANT = 'invalid_grant'¶
- INVALID_REQUEST = 'invalid_request'¶
- UNAUTHORIZED_CLIENT = 'unauthorized_client'¶
- UNSUPPORTED_GRANT_TYPE = 'unsupported_grant_type'¶
- static of_unknown(val: str) OAuthBadRequestErrorErrorType ¶