Interface UserEnrollment
- All Known Subinterfaces:
UserEnrollment.OsUserEnrollment
,UserEnrollment.SdkUserEnrollment
public interface UserEnrollment
The object containing the user enrollment information. Depending on the
nature of the authenticator, this object will be either a
UserEnrollment.OsUserEnrollment
or a UserEnrollment.SdkUserEnrollment
.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The object containing the user enrollment information for an authenticator whose credentials are managed by the operating system (like the fingerprint authenticator).static interface
The object containing the user enrollment information for an authenticator whose credentials are managed by the SDK (like the PIN authenticator).