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 b94c9e9 commit b1221bfCopy full SHA for b1221bf
FirebaseAdmin/FirebaseAdmin/Auth/FirebaseToken.cs
@@ -68,7 +68,7 @@ internal FirebaseToken(FirebaseTokenArgs args)
68
public string Uid { get; private set; }
69
70
/// <summary>
71
- /// Gets Aall other claims present in the JWT as a readonly dictionary. This can be used to
+ /// Gets all other claims present in the JWT as a readonly dictionary. This can be used to
72
/// access custom claims of the token.
73
/// </summary>
74
public IReadOnlyDictionary<string, object> Claims { get; private set; }
0 commit comments