Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Google refresh token
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
public string RefreshToken { get; private set; }
public:
property String^ RefreshToken {
String^ get();
private: void set(String^ value);
}
member RefreshToken : string with get, private set
Public Property RefreshToken As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
Remarks
This value is not null only when access_type authorize parameter is offline.
See Also
GoogleOAuth2AuthenticatedContext Class
Microsoft.Owin.Security.Google Namespace
Return to top