Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
edgeimpulse_api.models.oauth_client.OauthClient( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
allowed_grant_types
List[edgeimpulse_api.models.oauth_grant_type.OauthGrantType] | None
client_id
pydantic.v1.types.StrictStr
created_at
datetime.datetime
created_by_user_email
pydantic.v1.types.StrictStr | None
created_by_user_id
pydantic.v1.types.StrictInt
created_by_user_name
description
id
logo_url
name
owner_name
owner_url
redirect_uris
List[pydantic.v1.types.StrictStr] | None
requires_consent
pydantic.v1.types.StrictBool | None
scopes
List[edgeimpulse_api.models.o_auth_scope.OAuthScope] | None
edgeimpulse_api.models.oauth_client.OauthClient.from_dict( obj: dict ) ‑> edgeimpulse_api.models.oauth_client.OauthClient
obj
dict
edgeimpulse_api.models.oauth_client.OauthClient
edgeimpulse_api.models.oauth_client.OauthClient.from_json( json_str: str ) ‑> edgeimpulse_api.models.oauth_client.OauthClient
json_str
str
edgeimpulse_api.models.oauth_client.OauthClient.to_dict( self )
self
edgeimpulse_api.models.oauth_client.OauthClient.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.oauth_client.OauthClient.to_str( self ) ‑> str
Was this page helpful?