OAuthTokenEndpointResponseContext.Properties Property

 

Dictionary containing the state of the authentication session.

Namespace:   Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

public AuthenticationProperties Properties { get; private set; }
public:
property AuthenticationProperties^ Properties {
    AuthenticationProperties^ get();
    private: void set(AuthenticationProperties^ value);
}
member Properties : AuthenticationProperties with get, private set
Public Property Properties As AuthenticationProperties
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Owin.Security.AuthenticationProperties

Returns AuthenticationProperties.

See Also

OAuthTokenEndpointResponseContext Class
Microsoft.Owin.Security.OAuth Namespace

Return to top