Uses of Class
org.apache.syncope.common.lib.wa.GoogleMfaAuthAccount.Builder
-
Packages that use GoogleMfaAuthAccount.Builder Package Description org.apache.syncope.common.lib.wa -
-
Uses of GoogleMfaAuthAccount.Builder in org.apache.syncope.common.lib.wa
Methods in org.apache.syncope.common.lib.wa that return GoogleMfaAuthAccount.Builder Modifier and Type Method Description GoogleMfaAuthAccount.BuilderGoogleMfaAuthAccount.Builder. id(Long id)GoogleMfaAuthAccount.BuilderGoogleMfaAuthAccount.Builder. name(String name)GoogleMfaAuthAccount.BuilderGoogleMfaAuthAccount.Builder. registrationDate(ZonedDateTime date)GoogleMfaAuthAccount.BuilderGoogleMfaAuthAccount.Builder. scratchCodes(List<Integer> codes)GoogleMfaAuthAccount.BuilderGoogleMfaAuthAccount.Builder. secretKey(String key)GoogleMfaAuthAccount.BuilderGoogleMfaAuthAccount.Builder. username(String username)GoogleMfaAuthAccount.BuilderGoogleMfaAuthAccount.Builder. validationCode(Integer code)
-