IAuthenticationFactory Interface

Definition

public interface IAuthenticationFactory : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IHyakAuthenticationFactory
type IAuthenticationFactory = interface
    interface IHyakAuthenticationFactory
Public Interface IAuthenticationFactory
Implements IHyakAuthenticationFactory
Derived
Implements

Methods

Authenticate(IAzureAccount, IAzureEnvironment, String, SecureString, String, Action<String>, IAzureTokenCache, String)
Authenticate(IAzureAccount, IAzureEnvironment, String, SecureString, String, Action<String>, String)
GetServiceClientCredentials(IAzureContext)
GetServiceClientCredentials(IAzureContext, String)
GetServiceClientCredentials(String, Func<String>)
GetSubscriptionCloudCredentials(IAzureContext) (Inherited from IHyakAuthenticationFactory)
GetSubscriptionCloudCredentials(IAzureContext, String) (Inherited from IHyakAuthenticationFactory)
RemoveUser(IAzureAccount, IAzureTokenCache)

Applies to