6 references to Base64UrlTextEncoder
Microsoft.AspNetCore.Authentication (3)
RemoteAuthenticationHandler.cs (1)
232
var correlationId =
Base64UrlTextEncoder
.Encode(bytes);
SecureDataFormat.cs (2)
46
return
Base64UrlTextEncoder
.Encode(protectedData);
65
var protectedData =
Base64UrlTextEncoder
.Decode(protectedText);
Microsoft.AspNetCore.Authentication.MicrosoftAccount (1)
MicrosoftAccountHandler.cs (1)
83
var codeVerifier =
Base64UrlTextEncoder
.Encode(bytes);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
317
var codeVerifier =
Base64UrlTextEncoder
.Encode(bytes);
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectHandler.cs (1)
420
var codeVerifier =
Base64UrlTextEncoder
.Encode(bytes);