@@ -227,9 +227,9 @@ public async Task<string> CreateCustomTokenAsync(
227
227
228
228
/// <summary>
229
229
/// Parses and verifies a Firebase ID token.
230
- /// <para>A Firebase client app can identify itself to a trusted back-end server by sending
230
+ /// <para>A Firebase client app can identify itself to a trusted backend server by sending
231
231
/// its Firebase ID Token (accessible via the <c>getIdToken()</c> API in the Firebase
232
- /// client SDK) with its requests. The back-end server can then use this method
232
+ /// client SDK) with its requests. The backend server can then use this method
233
233
/// to verify that the token is valid. This method ensures that the token is correctly
234
234
/// signed, has not expired, and it was issued against the Firebase project associated with
235
235
/// this <c>FirebaseAuth</c> instance.</para>
@@ -249,9 +249,9 @@ public async Task<FirebaseToken> VerifyIdTokenAsync(string idToken)
249
249
250
250
/// <summary>
251
251
/// Parses and verifies a Firebase ID token.
252
- /// <para>A Firebase client app can identify itself to a trusted back-end server by sending
252
+ /// <para>A Firebase client app can identify itself to a trusted backend server by sending
253
253
/// its Firebase ID Token (accessible via the <c>getIdToken()</c> API in the Firebase
254
- /// client SDK) with its requests. The back-end server can then use this method
254
+ /// client SDK) with its requests. The backend server can then use this method
255
255
/// to verify that the token is valid. This method ensures that the token is correctly
256
256
/// signed, has not expired, and it was issued against the Firebase project associated with
257
257
/// this <c>FirebaseAuth</c> instance.</para>
@@ -275,9 +275,9 @@ public async Task<FirebaseToken> VerifyIdTokenAsync(
275
275
/// <summary>
276
276
/// Parses and verifies a Firebase ID token.
277
277
///
278
- /// <para>A Firebase client app can identify itself to a trusted back-end server by sending
278
+ /// <para>A Firebase client app can identify itself to a trusted backend server by sending
279
279
/// its Firebase ID Token (accessible via the <c>getIdToken()</c> API in the Firebase
280
- /// client SDK) with its requests. The back-end server can then use this method
280
+ /// client SDK) with its requests. The backend server can then use this method
281
281
/// to verify that the token is valid. This method ensures that the token is correctly
282
282
/// signed, has not expired, and it was issued against the Firebase project associated with
283
283
/// this <c>FirebaseAuth</c> instance.</para>
@@ -304,9 +304,9 @@ public async Task<FirebaseToken> VerifyIdTokenAsync(string idToken, bool checkRe
304
304
/// <summary>
305
305
/// Parses and verifies a Firebase ID token.
306
306
///
307
- /// <para>A Firebase client app can identify itself to a trusted back-end server by sending
307
+ /// <para>A Firebase client app can identify itself to a trusted backend server by sending
308
308
/// its Firebase ID Token (accessible via the <c>getIdToken()</c> API in the Firebase
309
- /// client SDK) with its requests. The back-end server can then use this method
309
+ /// client SDK) with its requests. The backend server can then use this method
310
310
/// to verify that the token is valid. This method ensures that the token is correctly
311
311
/// signed, has not expired, and it was issued against the Firebase project associated with
312
312
/// this <c>FirebaseAuth</c> instance.</para>
@@ -528,7 +528,7 @@ public async Task<UserRecord> UpdateUserAsync(
528
528
/// <summary>
529
529
/// Revokes all refresh tokens for the specified user.
530
530
///
531
- /// <para>Updates the user's tokensValidAfterTimestamp to the current UTC time expressed in
531
+ /// <para>Updates the user's <c> tokensValidAfterTimestamp</c> to the current UTC time expressed in
532
532
/// seconds since the epoch and truncated to 1 second accuracy. It is important that
533
533
/// the server on which this is called has its clock set correctly and synchronized.</para>
534
534
///
@@ -549,7 +549,7 @@ public async Task RevokeRefreshTokensAsync(string uid)
549
549
/// <summary>
550
550
/// Revokes all refresh tokens for the specified user.
551
551
///
552
- /// <para>Updates the user's tokensValidAfterTimestamp to the current UTC time expressed in
552
+ /// <para>Updates the user's <c> tokensValidAfterTimestamp</c> to the current UTC time expressed in
553
553
/// seconds since the epoch and truncated to 1 second accuracy. It is important that
554
554
/// the server on which this is called has its clock set correctly and synchronized.</para>
555
555
///
0 commit comments