C# Class Box.V2.Auth.OAuthSession

Box representation of an OAuth2 session
Show file Open project: box/box-windows-sdk-v2 Class Usage Examples

Private Properties

Property Type Description
OAuthSession Box.V2.Models
OAuthSession Box.V2.Models

Private Methods

Method Description
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