C# Class AeroFSSDK.AeroFSAuthClient

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

Méthodes publiques

Méthode Description
Create ( Configuration config ) : AeroFSAuthAPI

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

Method Details

Create() public static méthode

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.
Résultat AeroFSAuthAPI