class edgeimpulse_api.models.oauth_client_properties.OauthClientProperties(
**data: Any
)
Config
The type of the None singleton.
allowed_grant_types: List[edgeimpulse_api.models.oauth_grant_type.OauthGrantType] | None
The type of the None singleton.
description: pydantic.types.StrictStr | None
The type of the None singleton.
logo_url: pydantic.types.StrictStr | None
The type of the None singleton.
name: pydantic.types.StrictStr | None
The type of the None singleton.
owner_name: pydantic.types.StrictStr | None
The type of the None singleton.
owner_url: pydantic.types.StrictStr | None
The type of the None singleton.
redirect_uris: List[pydantic.types.StrictStr] | None
The type of the None singleton.
requires_consent: pydantic.types.StrictBool | None
The type of the None singleton.
scopes: List[pydantic.types.StrictStr] | None
The type of the None singleton.
edgeimpulse_api.models.oauth_client_properties.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.oauth_client_properties.OauthClientProperties
edgeimpulse_api.models.oauth_client_properties.from_json(
json_str: str
) ‑> edgeimpulse_api.models.oauth_client_properties.OauthClientProperties
edgeimpulse_api.models.oauth_client_properties.to_dict(
self
)
edgeimpulse_api.models.oauth_client_properties.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.oauth_client_properties.to_str(
self
) ‑> str