IdxAuthenticatorCollection

class IdxAuthenticatorCollection : List<IdxAuthenticator>

Container that represents a collection of authenticators, providing conveniences for quickly accessing relevant objects.

Functions

Link copied to clipboard
operator fun get(kind: IdxAuthenticator.Kind): IdxAuthenticator?

Access authenticators based on their type.

Properties

Link copied to clipboard
val current: IdxAuthenticator?

The current authenticator, if one is actively being enrolled or authenticated.

Link copied to clipboard
val enrolled: List<IdxAuthenticator>

The array of currently-enrolled authenticators.