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.Tfs.AutoMerge.
Summary
Returns credentials for OAuth authentication.
Can only be used with Visual Studio Team Services.
- Assembly
- Cake
.Tfs .AutoMerge .dll - Namespace
- Cake
.Tfs .AutoMerge - Containing Type
- AutoMergeCredentials
Syntax
public AutoMergeCredentials AuthenticationOAuth(string accessToken)
Parameters
Name | Type | Description |
---|---|---|
accessToken | string | OAuth access token. |
Return Value
Type | Description |
---|---|
AutoMergeCredentials | Same object instance. |