getAllAuthenticators
Returns a list of authenticators available for a given user; registered and unregistered.
Future<List<OneginiListResponse>> getAllAuthenticators(BuildContext? context, String profileId)
| Parameter | Description |
|---|---|
| context | BuildContext? |
| profileId | String representing the Id of the UserProfile |
Onegini.instance.userClient.getAllAuthenticators(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 |