OAuthCodeExchangeContext.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
State for the authentication flow.
public:
property Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ Properties { Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ get(); };
public Microsoft.AspNetCore.Authentication.AuthenticationProperties Properties { get; }
member this.Properties : Microsoft.AspNetCore.Authentication.AuthenticationProperties
Public ReadOnly Property Properties As AuthenticationProperties