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