OAuthAuthorizationEndpointResponseContext.AccessToken Property

 

The serialized Access-Token. Depending on the flow, it can be null.

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

OAuthAuthorizationEndpointResponseContext Class
Microsoft.Owin.Security.OAuth Namespace

Return to top