Summary
Returns credentials for authentication with an Azure Active Directory.
Syntax
public static IPrcaCredentials TfsAuthenticationAzureActiveDirectory(this ICakeContext context, string userName, string password)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| userName |
string |
User name. |
| password |
string |
Password. |
Return Value
| Type |
Description |
| IPrcaCredentials |
Credentials for authentication with an Azure Active Directory. |