GoogleOptions.AccessType 속성

정의

사용자가 브라우저에 없을 때 애플리케이션에서 액세스 토큰을 새로 고칠 수 있는지 여부를 나타냅니다. 유효한 값은 online기본값인 및 offline입니다.

사용자가 브라우저에 없을 때 애플리케이션에서 액세스 토큰을 새로 고쳐야 하는 경우 값을 오프라인으로 설정합니다.

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

속성 값

적용 대상