Package ch.nevis.mobile.sdk.api.operation.selection


package ch.nevis.mobile.sdk.api.operation.selection
The interfaces that allow to specify the authenticator to be used during registration and authentication (both in-band and out-of-band).

The package also contains the interfaces required to specify the account to be used in out-of-band authentication (see OutOfBandAuthentication.authenticatorSelector(ch.nevis.mobile.sdk.api.operation.selection.AuthenticatorSelector)). This is only needed when username-less out-of-band authentication is used.

See Also:
  • Interfaces
    Class
    Description
    The service returning the information required to choose the account to be used: it returns all the available accounts and authenticators and also informs whether a given authenticator is compliant with the policy required by the FIDO UAF server for the ongoing operation.
    The object handling the outcome of an interaction where the user chooses the account to be used.
    The object in charge of selecting an account.
    The service returning the information required to choose the authenticator to be used: it returns all the available authenticators, the operation being executed and also informs whether a given authenticator is compliant with the policy required by the FIDO UAF server for the ongoing operation.
    The object handling the outcome of an interaction where the user chooses the authenticator to be used.
    The object in charge of selecting the authenticator to be used to perform an operation.