We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637a4fa commit c83c6b1Copy full SHA for c83c6b1
packages/auth/lib/TotpMultiFactorGenerator.js
@@ -42,6 +42,7 @@ export default class TotpMultiFactorGenerator {
42
}
43
const {
44
secretKey,
45
+ // Other properties are not publicly exposed in native APIs
46
// hashingAlgorithm, codeLength, codeIntervalSeconds, enrollmentCompletionDeadline
47
} = await auth.native.generateTotpSecret(session);
48
0 commit comments