login_api module
LoginApi
Parameters
api_client=None
Methods
get_sso_domain_id_ps
Get SSO settings for a user or email domain
Get the list of identity providers enabled for a user or a given email domain.
Parameters
self
username_or_email: Annotated[pydantic.types.StrictStr, FieldInfo(default=Ellipsis, description='Username or email', extra={})]
**kwargs
Return
edgeimpulse_api.models.get_sso_domain_id_ps_response.GetSSODomainIdPsResponse
login
Get JWT token
Get a JWT token to authenticate with the API.
Parameters
self
get_jwt_request: edgeimpulse_api.models.get_jwt_request.GetJWTRequest
**kwargs
Return
edgeimpulse_api.models.get_jwt_response.GetJWTResponse
Last updated
Was this helpful?