This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AzureDevOps.
Summary
Returns credentials for OAuth authentication.
Can only be used with Azure DevOps.
Syntax
public static IAzureDevOpsCredentials AzureDevOpsAuthenticationOAuth(this ICakeContext context, string accessToken)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
accessToken |
string |
OAuth access token. |
Return Value