Interface HvlAuthzGoogleAuthenticatorService

All Known Implementing Classes:
HvlAuthzGoogleAuthenticatorServiceImpl

@Validated public interface HvlAuthzGoogleAuthenticatorService
This service provides operational methods.
  • Method Details

    • getQRCode

      String getQRCode(@NotBlank @NotBlank String email)
      Gets qr code.
      Parameters:
      email - the email
      Returns:
      the qr code
    • enableGoogleAuthenticator

      void enableGoogleAuthenticator(@NotBlank @NotBlank String email)
      Enable google authenticator.
      Parameters:
      email - the email
    • disableGoogleAuthenticator

      void disableGoogleAuthenticator(@NotBlank @NotBlank String email)
      Disable google authenticator.
      Parameters:
      email - the email