1 write to Properties
Microsoft.AspNetCore.Authentication.OAuth (1)
Events\OAuthCreatingTicketContext.cs (1)
46Properties = properties;
3 references to Properties
Microsoft.AspNetCore.Authentication (2)
Events\ResultContext.cs (2)
49/// Calls success creating a ticket with the <see cref="Principal"/> and <see cref="Properties"/>. 51public void Success() => Result = HandleRequestResult.Success(new AuthenticationTicket(Principal!, Properties, Scheme.Name));
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
258return new AuthenticationTicket(context.Principal!, context.Properties, Scheme.Name);