Method | Description | |
---|---|---|
GeneratePersonalAccessToken ( |
Generates a personal access token for use with Visual Studio Online.
|
|
PopulateTokenTargetId ( |
||
ValidateCredentials ( |
Validates that Credential are valid to grant access to the Visual Studio Online service represented by the targetUri parameter.
|
|
ValidateToken ( |
Validates that Token are valid to grant access to the Visual Studio Online service represented by the targetUri parameter.
|
|
VstsAzureAuthority ( string authorityHostUrl = null ) : System |
Method | Description | |
---|---|---|
CreateHttpClient ( |
||
CreateHttpClient ( |
||
CreateHttpClient ( |
||
CreatePersonalAccessTokenRequestUri ( |
||
GetAccessTokenRequestBody ( |
||
GetBase64EncodedCredentials ( |
||
GetBasicAuthorizationHeader ( |
||
GetConnectionDataRequest ( |
||
GetConnectionDataRequest ( |
||
GetConnectionDataRequest ( |
||
GetIdentityServiceUri ( |
public GeneratePersonalAccessToken ( |
||
targetUri | /// The uniform resource indicator of the resource access tokens are being requested for. /// | |
accessToken | ||
tokenScope | ||
requireCompactToken | bool | |
return | Task |
public PopulateTokenTargetId ( |
||
targetUri | ||
accessToken | ||
return | Task |
public ValidateCredentials ( |
||
targetUri | Uniform resource identifier for a VSTS service. | |
credentials |
/// |
|
return | Task |
public ValidateToken ( |
||
targetUri | Uniform resource identifier for a VSTS service. | |
token |
/// |
|
return | Task |
public VstsAzureAuthority ( string authorityHostUrl = null ) : System | ||
authorityHostUrl | string | |
return | System |