Uses of Class
net.bluemind.system.api.TotpCredential
Packages that use TotpCredential
-
Uses of TotpCredential in net.bluemind.system.api
Methods in net.bluemind.system.api with parameters of type TotpCredentialModifier and TypeMethodDescriptionICredentials.addTotpCredential(TotpCredential totpCredential) Add TOTP credential to logged uservoidICredentialsAsync.addTotpCredential(TotpCredential totpCredential, AsyncHandler<String> handler) ICredentialsPromise.addTotpCredential(TotpCredential totpCredential) voidIInternalCredentialsAsync.addTotpCredential(TotpCredential totpCredential, AsyncHandler<String> handler) IInternalCredentialsPromise.addTotpCredential(TotpCredential totpCredential) ICredentials.validateTotpCredential(TotpCredential totpCredential) Validate TOTP credential.voidICredentialsAsync.validateTotpCredential(TotpCredential totpCredential, AsyncHandler<Boolean> handler) ICredentialsPromise.validateTotpCredential(TotpCredential totpCredential) voidIInternalCredentialsAsync.validateTotpCredential(TotpCredential totpCredential, AsyncHandler<Boolean> handler) IInternalCredentialsPromise.validateTotpCredential(TotpCredential totpCredential)