1 write to User
Microsoft.AspNetCore.Authentication.OAuth (1)
Events\OAuthCreatingTicketContext.cs (1)
44
User
= user;
2 references to User
Microsoft.AspNetCore.Authentication.OAuth (2)
Events\OAuthCreatingTicketContext.cs (2)
104
/// Examines <see cref="
User
"/>, determine if the requisite data is present, and optionally add it
107
public void RunClaimActions() => RunClaimActions(
User
);