**Is your feature request related to a problem? Please describe.** Not related to a problem, new feature to minimize allocations. **Describe the solution you'd like** A new overload for the CanReadToken method that accepts `ReadOnlySpan<char>` similar to https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/bc001335c1715ad38c8bc60313609515b081486b/src/Microsoft.IdentityModel.JsonWebTokens/JsonWebToken.cs#L129 **Describe alternatives you've considered** None **Additional context** None