benchling_api_client.models.o_auth_unauthorized_error module

class OAuthUnauthorizedError

Bases: object

__init__(error: Union[benchling_api_client.types.Unset, OAuthUnauthorizedErrorError] = attr_dict['_error'].default) None

Method generated by attrs for class OAuthUnauthorizedError.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
property error: OAuthUnauthorizedErrorError
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.o_auth_unauthorized_error.T
get(key, default=None) Optional[Any]
to_dict() Dict[str, Any]