C# Class Box.V2.Auth.OAuthSession

Box representation of an OAuth2 session
Afficher le fichier Open project: box/box-windows-sdk-v2 Class Usage Examples

Private Properties

Свойство Type Description
OAuthSession Box.V2.Models
OAuthSession Box.V2.Models

Private Methods

Méthode 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