Merge pull request #15228 from mrOlorin/master

Speakeasy: added "digits" property to the TotpOptions interface.
This commit is contained in:
Paul van Brenk
2017-03-20 15:45:14 -07:00
committed by GitHub
+1
View File
@@ -49,6 +49,7 @@ interface TotpOptions {
counter?: number;
epoch?: number;
secret?: string;
digits?: number;
digest?: () => string;
algorithm?: string;
}