IntelliTrust-Python-Authentication
Entrust Identity as a Service Authentication API Client
Documentation for API Endpoints
Class | Method | HTTP request | Description |
---|---|---|---|
AuthenticationApi | logout_using_post | POST /api/web/v1/authentication/logout | Remove User Session |
AuthenticationApi | user_authenticate_using_post | POST /api/web/v1/authentication/users/authenticate/{authenticator}/complete | Authenticate User Challenge |
AuthenticationApi | user_authenticator_query_using_post | POST /api/web/v2/authentication/users | Query User Authenticators |
AuthenticationApi | user_challenge_using_post | POST /api/web/v2/authentication/users/authenticate/{authenticator} | Request User Challenge |
AuthenticationSelfAdminApi | complete_fido_register_using_post | POST /api/web/v1/self/fidotokens | Complete FIDO token registration for the current user. |
AuthenticationSelfAdminApi | delete_self_fido_token_using_delete | DELETE /api/web/v1/self/fidotokens/{fidoid} | Delete a FIDO token from the current user. |
AuthenticationSelfAdminApi | get_self_fido_token_using_get | GET /api/web/v1/self/fidotokens/{fidoid} | Get a FIDO token for the current user. |
AuthenticationSelfAdminApi | self_delete_user_values_using_put | PUT /api/web/v1/self/values | Update to delete User Values |
AuthenticationSelfAdminApi | self_get_user_values_using_get | GET /api/web/v1/self/values | Get User Values |
AuthenticationSelfAdminApi | self_set_user_values_using_post | POST /api/web/v1/self/values | Set or update User Values |
AuthenticationSelfAdminApi | start_fido_register_using_get | GET /api/web/v1/self/fidotokens | Start FIDO token registration for the current user. |
AuthenticationSelfAdminApi | update_self_fido_token_using_put | PUT /api/web/v1/self/fidotokens/{fidoid} | Update a FIDO token from the current user. |
Documentation For Models
- AuthenticatedResponse
- Error
- ErrorInfo
- FIDOChallenge
- FIDORegisterChallenge
- FIDORegisterResponse
- FIDOResponse
- FIDOToken
- FIDOTokenParms
- FaceChallenge
- GridChallenge
- GridChallengeCell
- GridInfo
- KbaChallenge
- MSCHAPv1Response
- MSCHAPv2Response
- MachineAuthenticator
- MachineAuthenticatorRegistration
- OTPContactValue
- OTPDetails
- OfflineTokenAuthenticateResponse
- Organization
- PassthroughAuthenticationResponse
- PassthroughAuthenticationResultItems
- PassthroughAuthenticatorParms
- PassthroughAuthenticatorPlaceholder
- RequestDetail
- TempAccessCodeChallenge
- TokenChallenge
- TokenInfo
- TokenProtectedOfflineParms
- TransactionDetail
- TransactionReceipt
- UserAuthenticateParameters
- UserAuthenticateQueryParameters
- UserAuthenticateQueryResponse
- UserAuthenticatorLockoutStatus
- UserCertificateChallenge
- UserCertificateResponse
- UserChallengeParameters
- UserClientValue
- UserMachineAuthenticator
- UserMachineSettings
- UserQuestion
Documentation For Authorization
Authentication schemes defined for the API:
AdminAPIAuthentication
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header