Class GoogleAuthenticatorKey.Builder

java.lang.Object
com.warrenstrange.googleauth.GoogleAuthenticatorKey.Builder
Enclosing class:
GoogleAuthenticatorKey

public static class GoogleAuthenticatorKey.Builder
extends Object
This class is a builder to create instances of the GoogleAuthenticatorKey class.
  • Constructor Details

    • Builder

      public Builder​(String key)
      Creates an instance of the builder.
      Parameters:
      key - the secret key in Base32 encoding.
      See Also:
      GoogleAuthenticatorKey(GoogleAuthenticatorConfig, String, int, List)
  • Method Details