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.Builder
GoogleMfaAuthAccount.Builder. id(Long id)
GoogleMfaAuthAccount.Builder
GoogleMfaAuthAccount.Builder. name(String name)
GoogleMfaAuthAccount.Builder
GoogleMfaAuthAccount.Builder. registrationDate(OffsetDateTime date)
GoogleMfaAuthAccount.Builder
GoogleMfaAuthAccount.Builder. scratchCodes(List<Integer> codes)
GoogleMfaAuthAccount.Builder
GoogleMfaAuthAccount.Builder. secretKey(String key)
GoogleMfaAuthAccount.Builder
GoogleMfaAuthAccount.Builder. validationCode(Integer code)
-