@@ -255,7 +255,7 @@ export class PhoneMultiFactorInfo extends MultiFactorInfo {
255
255
}
256
256
257
257
/**
258
- * TotpInfo struct associated with a second factor
258
+ * ` TotpInfo` struct associated with a second factor
259
259
*/
260
260
export class TotpInfo {
261
261
@@ -267,12 +267,12 @@ export class TotpInfo {
267
267
export class TotpMultiFactorInfo extends MultiFactorInfo {
268
268
269
269
/**
270
- * TotpInfo struct associated with a second factor
270
+ * ` TotpInfo` struct associated with a second factor
271
271
*/
272
272
public readonly totpInfo : TotpInfo ;
273
273
274
274
/**
275
- * Initializes the TotpMultiFactorInfo object using the server side response.
275
+ * Initializes the ` TotpMultiFactorInfo` object using the server side response.
276
276
*
277
277
* @param response - The server side response.
278
278
* @constructor
@@ -299,7 +299,7 @@ export class TotpMultiFactorInfo extends MultiFactorInfo {
299
299
*
300
300
* @param response - The server side response.
301
301
* @returns The multi-factor ID associated with the provided response. If the response is
302
- * not associated with any known multi-factor ID, null is returned.
302
+ * not associated with any known multi-factor ID, ` null` is returned.
303
303
*
304
304
* @internal
305
305
*/
@@ -315,12 +315,12 @@ export class MultiFactorSettings {
315
315
316
316
/**
317
317
* List of second factors enrolled with the current user.
318
- * Currently only phone and totp second factors are supported.
318
+ * Currently only phone and TOTP second factors are supported.
319
319
*/
320
320
public enrolledFactors : MultiFactorInfo [ ] ;
321
321
322
322
/**
323
- * Initializes the MultiFactor object using the server side or JWT format response.
323
+ * Initializes the ` MultiFactor` object using the server side or JWT format response.
324
324
*
325
325
* @param response - The server side response.
326
326
* @constructor
@@ -380,7 +380,7 @@ export class UserMetadata {
380
380
public readonly lastRefreshTime ?: string | null ;
381
381
382
382
/**
383
- * @param response - The server side response returned from the getAccountInfo
383
+ * @param response - The server side response returned from the ` getAccountInfo`
384
384
* endpoint.
385
385
* @constructor
386
386
* @internal
0 commit comments