1 implementation of TransformAsync
Microsoft.AspNetCore.Authentication.Core (1)
NoopClaimsTransformation.cs (1)
18public virtual Task<ClaimsPrincipal> TransformAsync(ClaimsPrincipal principal)
1 reference to TransformAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationService.cs (1)
92principal = await Transform.TransformAsync(principal);