Microsoft.Identity.Client.AuthScheme.PoP.PopAuthenticationOperation
For PoP, we chose to use the base64(jwk_thumbprint)
public PopAuthenticationOperation(PoPAuthenticationConfiguration popAuthenticationConfiguration, IServiceBundle serviceBundle)
Creates POP tokens, i.e. tokens that are bound to an HTTP request and are digitally signed.
public Task FormatResultAsync(AuthenticationResult authenticationResult, CancellationToken cancellationToken = default)