C# Class DD.CBU.CaasDeploy.Library.CaasAuthentication

Performs authentication with CaaS.
Afficher le fichier Open project: DimensionDataCBUSydney/CaaSDeploy

Méthodes publiques

Méthode Description
Authenticate ( string userName, string password, string regionKey ) : Task

Authenticates a user.

Method Details

Authenticate() public static méthode

Authenticates a user.
public static Authenticate ( string userName, string password, string regionKey ) : Task
userName string Name of the user.
password string The password.
regionKey string The region key.
Résultat Task