GoogleOptions.AccessType Property

Definition

Indicates whether your application can refresh access tokens when the user is not present at the browser. Valid values are online, which is the default value, and offline.

Set the value to offline if your application needs to refresh access tokens when the user is not present at the browser.

public:
 property System::String ^ AccessType { System::String ^ get(); void set(System::String ^ value); };
public string AccessType { get; set; }
public string? AccessType { get; set; }
member this.AccessType : string with get, set
Public Property AccessType As String

Property Value

Applies to