Поделиться через


GoogleOAuth2AuthenticatedContext.AccessToken Property

 

Gets the Google access token

Namespace:   Microsoft.Owin.Security.Google
Assembly:  Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.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

GoogleOAuth2AuthenticatedContext Class
Microsoft.Owin.Security.Google Namespace

Return to top