AuthorizationCodeReceivedNotification.AuthenticationTicket Property

 

Gets or sets the AuthenticationTicket

Namespace:   Microsoft.Owin.Security.Notifications
Assembly:  Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)

Syntax

public AuthenticationTicket AuthenticationTicket { get; set; }
public:
property AuthenticationTicket^ AuthenticationTicket {
    AuthenticationTicket^ get();
    void set(AuthenticationTicket^ value);
}
member AuthenticationTicket : AuthenticationTicket with get, set
Public Property AuthenticationTicket As AuthenticationTicket

Property Value

Type: Microsoft.Owin.Security.AuthenticationTicket

See Also

AuthorizationCodeReceivedNotification Class
Microsoft.Owin.Security.Notifications Namespace

Return to top