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.
Afficher le fichier Open project: aerofs/aerofs-sdk-csharp

Méthodes publiques

Méthode Description
ValidateConfiguration ( ) : void

Validate the credential values.

Method Details

ValidateConfiguration() public méthode

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