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.api.login_api.LoginApi( api_client=None )
api_client=None
edgeimpulse_api.api.login_api.LoginApi.get_sso_domain_id_ps( self, username_or_email: Annotated[str, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Username or email')], **kwargs ) ‑> edgeimpulse_api.models.get_sso_domain_id_ps_response.GetSSODomainIdPsResponse
self
username_or_email
Annotated[str, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Username or email')]
**kwargs
edgeimpulse_api.models.get_sso_domain_id_ps_response.GetSSODomainIdPsResponse
edgeimpulse_api.api.login_api.LoginApi.login( self, get_jwt_request: edgeimpulse_api.models.get_jwt_request.GetJWTRequest, **kwargs ) ‑> edgeimpulse_api.models.get_jwt_response.GetJWTResponse
get_jwt_request
edgeimpulse_api.models.get_jwt_request.GetJWTRequest
edgeimpulse_api.models.get_jwt_response.GetJWTResponse
Was this page helpful?