OAuthTokenEndpointResponseContext.Identity Property

 

Gets the identity of the resource owner.

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

Syntax

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

Property Value

Type: System.Security.Claims.ClaimsIdentity

Returns ClaimsIdentity.

See Also

OAuthTokenEndpointResponseContext Class
Microsoft.Owin.Security.OAuth Namespace

Return to top