Skip to main content

the C# library for the Entrust Identity as a Service Authentication API

Entrust Identity as a Service Authentication API Client

Documentation for API Endpoints

ClassMethodHTTP requestDescription
AuthenticationApiLogoutUsingPOSTPOST /api/web/v1/authentication/logoutRemove User Session
AuthenticationApiRequestPasskeyChallengeUsingPOSTPOST /api/web/v1/authentication/passkeyRequest Passkey Challenge
AuthenticationApiUserAuthenticateUsingPOSTPOST /api/web/v1/authentication/users/authenticate/{authenticator}/completeAuthenticate User Challenge
AuthenticationApiUserAuthenticatorQueryUsingPOSTPOST /api/web/v2/authentication/usersQuery User Authenticators
AuthenticationApiUserChallengeUsingPOSTPOST /api/web/v2/authentication/users/authenticate/{authenticator}Request User Challenge
AuthenticationSelfAdminApiCompleteFIDORegisterUsingPOSTPOST /api/web/v1/self/fidotokensComplete FIDO token registration for the current user.
AuthenticationSelfAdminApiDeleteSelfFIDOTokenUsingDELETEDELETE /api/web/v1/self/fidotokens/{fidoid}Delete a FIDO token from the current user.
AuthenticationSelfAdminApiGetSelfFIDOTokenUsingGETGET /api/web/v1/self/fidotokens/{fidoid}Get a FIDO token for the current user.
AuthenticationSelfAdminApiSelfDeleteUserValuesUsingPUTPUT /api/web/v1/self/valuesUpdate to delete User Values
AuthenticationSelfAdminApiSelfGetUserValuesUsingGETGET /api/web/v1/self/valuesGet User Values
AuthenticationSelfAdminApiSelfSetUserValuesUsingPOSTPOST /api/web/v1/self/valuesSet or update User Values
AuthenticationSelfAdminApiStartFIDORegisterUsingGETGET /api/web/v1/self/fidotokensStart FIDO token registration for the current user.
AuthenticationSelfAdminApiUpdateSelfFIDOTokenUsingPUTPUT /api/web/v1/self/fidotokens/{fidoid}Update a FIDO token from the current user.

Documentation for Models

Documentation for Authorization

Authentication schemes defined for the API:

AdminAPIAuthentication

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header