AuthenticationSelfAdminApi
Method | HTTP request | Description |
---|---|---|
completeFIDORegisterUsingPOST | POST /api/web/v1/self/fidotokens | Complete FIDO token registration for the current user. |
deleteSelfFIDOTokenUsingDELETE | DELETE /api/web/v1/self/fidotokens/{fidoid} | Delete a FIDO token from the current user. |
getOfflineTokenResponsesUsingPOST | POST /api/web/v1/self/tokens/offline | Get Offline Token Responses |
getSelfFIDOTokenUsingGET | GET /api/web/v1/self/fidotokens/{fidoid} | Get a FIDO token for the current user. |
selfDeleteUserValuesUsingPUT | PUT /api/web/v1/self/values | Update to delete User Values |
selfGetUserValuesUsingGET | GET /api/web/v1/self/values | Get User Values |
selfSetUserValuesUsingPOST | POST /api/web/v1/self/values | Set or update User Values |
startFIDORegisterUsingGET | GET /api/web/v1/self/fidotokens | Start FIDO token registration for the current user. |
updateSelfFIDOTokenUsingPUT | PUT /api/web/v1/self/fidotokens/{fidoid} | Update a FIDO token from the current user. |
completeFIDORegisterUsingPOST
FIDOToken completeFIDORegisterUsingPOST(fiDORegisterResponse)
Complete FIDO token registration for the current user.
Parameters
Name | Type | Description | Notes |
---|---|---|---|
fiDORegisterResponse | FIDORegisterResponse |
Return type
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
deleteSelfFIDOTokenUsingDELETE
deleteSelfFIDOTokenUsingDELETE(fidoid)
Delete a FIDO token from the current user.
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
fidoid | String |
Return type
null (empty response body)
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
getOfflineTokenResponsesUsingPOST
OfflineTokenAuthenticateResponse getOfflineTokenResponsesUsingPOST(getOfflineTokenAuthenticateParms)
Get Offline Token Responses
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
getOfflineTokenAuthenticateParms | GetOfflineTokenAuthenticateParms |
Return type
OfflineTokenAuthenticateResponse
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
getSelfFIDOTokenUsingGET
FIDOToken getSelfFIDOTokenUsingGET(fidoid)
Get a FIDO token for the current user.
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
fidoid | String |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
selfDeleteUserValuesUsingPUT
List<UserClientValue> selfDeleteUserValuesUsingPUT(requestBody)
Update to delete User Values
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
requestBody | List<String> |
Return type
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | OK | - |
400 | Bad request | - |
401 | Authorization information is missing or invalid | - |
selfGetUserValuesUsingGET
List<UserClientValue> selfGetUserValuesUsingGET()
Get User Values
Example
Parameters
This endpoint does not need any parameter.
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | OK | - |
400 | Bad request | - |
401 | Authorization information is missing or invalid | - |
selfSetUserValuesUsingPOST
selfSetUserValuesUsingPOST(userClientValue)
Set or update User Values
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
userClientValue | List<UserClientValue> |
Return type
null (empty response body)
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | OK | - |
400 | Bad request | - |
401 | Authorization information is missing or invalid | - |
startFIDORegisterUsingGET
FIDORegisterChallenge startFIDORegisterUsingGET()
Start FIDO token registration for the current user.
Example
Parameters
This endpoint does not need any parameter.
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |
updateSelfFIDOTokenUsingPUT
updateSelfFIDOTokenUsingPUT(fidoid, fiDOTokenParms)
Update a FIDO token from the current user.
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
fidoid | String | ||
fiDOTokenParms | FIDOTokenParms |
Return type
null (empty response body)
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Successful | - |
400 | Bad Request | - |
401 | Access denied | - |
403 | Forbidden | - |
404 | Not Found | - |
409 | Conflict | - |