We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016aa36 commit 053c375Copy full SHA for 053c375
src/main/java/com/bastiaanjansen/otp/TOTPGenerator.java
@@ -77,12 +77,6 @@ public static TOTPGenerator fromURI(URI uri) throws URISyntaxException {
77
return builder.build();
78
}
79
80
- /**
81
- * Create a TOTPGenerator with default values
82
- *
83
- * @param secret used to generate hash
84
- * @return a TOTPGenerator with default values
85
- */
86
public static TOTPGenerator withDefaultValues(final byte[] secret) {
87
return new TOTPGenerator.Builder(secret).build();
88
0 commit comments