1 implementation of Unprotect
Microsoft.AspNetCore.Authentication (1)
SecureDataFormat.cs (1)
50
public TData?
Unprotect
(string? protectedText)
3 references to Unprotect
Microsoft.AspNetCore.Authentication.BearerToken (1)
BearerTokenHandler.cs (1)
43
var ticket = Options.BearerTokenProtector.
Unprotect
(token);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
69
var properties = Options.StateDataFormat.
Unprotect
(state);
Microsoft.AspNetCore.Identity (1)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
127
var refreshTicket = refreshTokenProtector.
Unprotect
(refreshRequest.RefreshToken);