C# Class AeroFSSDK.AeroFSAuthClient

Provides an entry point to create a new AeroFS API Authorization client for OAuth2 flow.
Show file Open project: aerofs/aerofs-sdk-csharp

Public Methods

Method Description
Create ( Configuration config ) : AeroFSAuthAPI

Creates a new AeroFS API Authorization client based on the provided configuration.

Method Details

Create() public static method

Creates a new AeroFS API Authorization client based on the provided configuration.
If there are any invalid configuration values.
public static Create ( Configuration config ) : AeroFSAuthAPI
config Configuration The configuration to provision the new client.
return AeroFSAuthAPI