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.get_jwt_request.GetJWTRequest( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
password
pydantic.v1.types.StrictStr
session_id
pydantic.v1.types.StrictStr | None
sso_type
totp_token
username
uuid
edgeimpulse_api.models.get_jwt_request.GetJWTRequest.from_dict( obj: dict ) ‑> edgeimpulse_api.models.get_jwt_request.GetJWTRequest
obj
dict
edgeimpulse_api.models.get_jwt_request.GetJWTRequest
edgeimpulse_api.models.get_jwt_request.GetJWTRequest.from_json( json_str: str ) ‑> edgeimpulse_api.models.get_jwt_request.GetJWTRequest
json_str
str
edgeimpulse_api.models.get_jwt_request.GetJWTRequest.sso_type_validate_enum( v )
v
edgeimpulse_api.models.get_jwt_request.GetJWTRequest.to_dict( self )
self
edgeimpulse_api.models.get_jwt_request.GetJWTRequest.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.get_jwt_request.GetJWTRequest.to_str( self ) ‑> str
Was this page helpful?