Method | Description | |
---|---|---|
DataServiceCredential ( IAuthenticationFactory authFactory, Microsoft.Azure.Common.Authentication.Models.AzureContext context, Microsoft.Azure.Common.Authentication.Models.AzureEnvironment resourceIdEndpoint ) : Microsoft.Azure.Commands.Common.Authentication | ||
GetToken ( ) : string | ||
OnAuthentication ( string authority, string resource, string scope ) : Task |
Authentication callback method required by KeyVaultClient
|
Method | Description | |
---|---|---|
GetTenantId ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : string | ||
GetTokenInternal ( string tenantId, IAuthenticationFactory authFactory, Microsoft.Azure.Common.Authentication.Models.AzureContext context, Microsoft.Azure.Common.Authentication.Models.AzureEnvironment resourceIdEndpoint ) : string>.Tuple |
public DataServiceCredential ( IAuthenticationFactory authFactory, Microsoft.Azure.Common.Authentication.Models.AzureContext context, Microsoft.Azure.Common.Authentication.Models.AzureEnvironment resourceIdEndpoint ) : Microsoft.Azure.Commands.Common.Authentication | ||
authFactory | IAuthenticationFactory | |
context | Microsoft.Azure.Common.Authentication.Models.AzureContext | |
resourceIdEndpoint | Microsoft.Azure.Common.Authentication.Models.AzureEnvironment | |
return | Microsoft.Azure.Commands.Common.Authentication |
public OnAuthentication ( string authority, string resource, string scope ) : Task |
||
authority | string | |
resource | string | |
scope | string | |
return | Task |