GoogleOAuth2AuthenticatedContext.RefreshToken Property
Gets the Google refresh token
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
'Declaration
Public Property RefreshToken As String
Get
Private Set
'Usage
Dim instance As GoogleOAuth2AuthenticatedContext
Dim value As String
value = instance.RefreshToken
public string RefreshToken { get; private set; }
public:
property String^ RefreshToken {
String^ get ();
private: void set (String^ value);
}
member RefreshToken : string with get, private set
function get RefreshToken () : String
private function set RefreshToken (value : String)
Property Value
Type: System.String
Returns String.
Remarks
This value is not null only when access_type authorize parameter is offline.