Method | Description | |
---|---|---|
AdalTokenProvider ( ) : Microsoft.Azure.Commands.Common.Authentication.Models | ||
AdalTokenProvider ( IWin32Window parentWindow ) : Microsoft.Azure.Commands.Common.Authentication.Models | ||
GetAccessToken ( |
||
GetAccessTokenWithCertificate ( |
public AdalTokenProvider ( ) : Microsoft.Azure.Commands.Common.Authentication.Models | ||
return | Microsoft.Azure.Commands.Common.Authentication.Models |
public AdalTokenProvider ( IWin32Window parentWindow ) : Microsoft.Azure.Commands.Common.Authentication.Models | ||
parentWindow | IWin32Window | |
return | Microsoft.Azure.Commands.Common.Authentication.Models |
public GetAccessToken ( |
||
config | ||
promptBehavior | ShowDialog | |
userId | string | |
password | ||
credentialType | ||
return | IAccessToken |
public GetAccessTokenWithCertificate ( |
||
config | ||
clientId | string | |
certificate | string | |
credentialType | ||
return | IAccessToken |