This documentation is archived and is not being maintained.

OAuthTokenCredential Constructor (String)

Initializes a new OAuthTokenCredential instance with the provided access token.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
OAuthTokenCredential(
	String^ accessToken
)

Parameters

accessToken
Type: System::String

The OAuth access token

Show: