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