getRegisteredAuthenticators
Returns a list of authenticators registered to a given user.
Future<List<OneginiListResponse>> getRegisteredAuthenticators(BuildContext? context, String profileId)
| Property | Description |
|---|---|
| context | Optional BuildContext |
| profileId | String representing the Id of the UserProfile |
Onegini.instance.userClient.getRegisteredAuthenticators(context, profileId)
On success it will return a List containing the authenticators in the form of a OneginiListResponse which will contain the following attributes:
| Attribute | Type | Description |
|---|---|---|
| id | String? | Id of the authenticator |
| name | String? | Name of the authenticator |