GoogleOAuth2AuthenticationOptions.AccessType Property
access_type. Set to 'offline' to request a refresh token.
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
public string AccessType { get; set; }
public:
property String^ AccessType {
String^ get();
void set(String^ value);
}
member AccessType : string with get, set
Public Property AccessType As String
Property Value
Type: System.String
Returns String.
See Also
GoogleOAuth2AuthenticationOptions Class
Microsoft.Owin.Security.Google Namespace
Return to top