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 |
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 |