C# 클래스 Box.V2.Auth.OAuthSession

Box representation of an OAuth2 session
파일 보기 프로젝트 열기: box/box-windows-sdk-v2 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OAuthSession Box.V2.Models
OAuthSession Box.V2.Models

비공개 메소드들

메소드 설명
OAuthSession ( string access_token, string refresh_token, int expires_in, string token_type ) : Box.V2.Models
OAuthSession ( string access_token, string refresh_token, int expires_in, string token_type, AuthVersion authVersion ) : Box.V2.Models