C# Class AeroFSSDK.AeroFSAuthClient.Configuration

Encapsulates all credentials necessary for an app for OAuth flow using AeroFSAuthClient. These values must match the values registered for the app with the API endpoint.
Show file Open project: aerofs/aerofs-sdk-csharp

Public Methods

Method Description
ValidateConfiguration ( ) : void

Validate the credential values.

Method Details

ValidateConfiguration() public method

Validate the credential values.
If there are any invalid values.
public ValidateConfiguration ( ) : void
return void