FIDO Tokens
FIDO Token controllers
Start FIDO token registration
Start FIDO token registration for the specified user. Caller requires the FIDOTOKENS:ADD permission.
Complete FIDO token registration
Complete FIDO token registration for the specified user. Caller requires the FIDOTOKENS:ADD permission.
Get a FIDO token
Get the specified FIDO token. Caller requires the FIDOTOKENS:VIEW permission.
Update a FIDO token
Update the specified FIDO token. Caller requires the FIDOTOKENS:EDIT permission.
Delete a FIDO token
Delete the specified FIDO token. Caller requires the FIDOTOKENS:REMOVE permission.
Get FIDO tokens (paginated)
Get a paginated list of FIDO tokens with search and filter capabilities. Caller requires the FIDOTOKENS:VIEW permission. The following searchByAttributes are supported: <ul><li>userId: a String value (it matches both the User ID or any alias). Allowed operator is EQUALS. </li><li>name: a String with value matching the FIDO token name. Allowed operators are: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS, STARTS_WITH, ENDS_WITH. </li><li>authenticatorModel: a String value matching the authenticator model name. Allowed operators are: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS, STARTS_WITH, ENDS_WITH. </li><li>state: FIDO token state Active or Inactive. Allowed operator is: EQUALS </li><li>createDate: a String value representing an ISO-8601 date in UTC time (e.g., 2018-08-04T18:15:30). Allowed operators are: GREATER_THAN, GREATER_THAN_OR_EQUAL, LESS_THAN, LESS_THAN_OR_EQUAL</li><li>lastUsedDate: a String value representing an ISO-8601 date in UTC time (e.g., 2018-08-04T18:15:30). Allowed operators are: GREATER_THAN, GREATER_THAN_OR_EQUAL, LESS_THAN, LESS_THAN_OR_EQUAL, EXISTS, NOT_EXISTS</li></ul>If you provide more than one search attribute, they are joined with an AND condition.<br /><br />The orderByAttribute supports these attribute names: userId and createDate.