@@ -227,9 +227,9 @@ public async Task<string> CreateCustomTokenAsync(
227227
228228 /// <summary>
229229 /// 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
231231 /// 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
233233 /// to verify that the token is valid. This method ensures that the token is correctly
234234 /// signed, has not expired, and it was issued against the Firebase project associated with
235235 /// this <c>FirebaseAuth</c> instance.</para>
@@ -249,9 +249,9 @@ public async Task<FirebaseToken> VerifyIdTokenAsync(string idToken)
249249
250250 /// <summary>
251251 /// 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
253253 /// 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
255255 /// to verify that the token is valid. This method ensures that the token is correctly
256256 /// signed, has not expired, and it was issued against the Firebase project associated with
257257 /// this <c>FirebaseAuth</c> instance.</para>
@@ -275,9 +275,9 @@ public async Task<FirebaseToken> VerifyIdTokenAsync(
275275 /// <summary>
276276 /// Parses and verifies a Firebase ID token.
277277 ///
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
279279 /// 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
281281 /// to verify that the token is valid. This method ensures that the token is correctly
282282 /// signed, has not expired, and it was issued against the Firebase project associated with
283283 /// this <c>FirebaseAuth</c> instance.</para>
@@ -304,9 +304,9 @@ public async Task<FirebaseToken> VerifyIdTokenAsync(string idToken, bool checkRe
304304 /// <summary>
305305 /// Parses and verifies a Firebase ID token.
306306 ///
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
308308 /// 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
310310 /// to verify that the token is valid. This method ensures that the token is correctly
311311 /// signed, has not expired, and it was issued against the Firebase project associated with
312312 /// this <c>FirebaseAuth</c> instance.</para>
@@ -528,7 +528,7 @@ public async Task<UserRecord> UpdateUserAsync(
528528 /// <summary>
529529 /// Revokes all refresh tokens for the specified user.
530530 ///
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
532532 /// seconds since the epoch and truncated to 1 second accuracy. It is important that
533533 /// the server on which this is called has its clock set correctly and synchronized.</para>
534534 ///
@@ -549,7 +549,7 @@ public async Task RevokeRefreshTokensAsync(string uid)
549549 /// <summary>
550550 /// Revokes all refresh tokens for the specified user.
551551 ///
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
553553 /// seconds since the epoch and truncated to 1 second accuracy. It is important that
554554 /// the server on which this is called has its clock set correctly and synchronized.</para>
555555 ///
0 commit comments