Method | Description | |
---|---|---|
InteractiveLogon ( |
Opens an interactive logon prompt to acquire acquire an authentication token from the Microsoft Live authentication and identity service.
|
|
SetCredentials ( |
Sets credentials for future use with this authentication object. Not supported. |
|
VstsMsaAuthentication ( |
Method | Description | |
---|---|---|
VstsMsaAuthentication ( ICredentialStore personalAccessTokenStore, ITokenStore vstsIdeTokenCache, IVstsAuthority liveAuthority ) : System |
Test constructor which allows for using fake credential stores
|
public InteractiveLogon ( |
||
targetUri | /// The uniform resource indicator of the resource access tokens are being requested for. /// | |
requireCompactToken | bool | /// True if a compact access token is required; false if a standard token is acceptable. /// |
return | Task |
public SetCredentials ( |
||
targetUri | /// The uniform resource indicator of the resource access tokens are being set for. /// | |
credentials | The credentials being set. | |
return | void |
public VstsMsaAuthentication ( |
||
tokenScope | ||
personalAccessTokenStore | ICredentialStore | |
return | System |