Box.V2.Auth.AuthRepository.AuthRepository C# (CSharp) Метод

AuthRepository() публичный Метод

Instantiates a new AuthRepository.
public AuthRepository ( IBoxConfig boxConfig, IBoxService boxService, IBoxConverter converter ) : Box.V2.Config
boxConfig IBoxConfig The Box configuration that should be used.
boxService IBoxService The Box service that will be used to make the requests.
converter IBoxConverter How requests/responses will be serialized/deserialized respectively.
Результат Box.V2.Config
        public AuthRepository(IBoxConfig boxConfig, IBoxService boxService, IBoxConverter converter) : this(boxConfig, boxService, converter, null) { }

Same methods

AuthRepository::AuthRepository ( IBoxConfig boxConfig, IBoxService boxService, IBoxConverter converter, OAuthSession session ) : Box.V2.Config