Microsoft.WindowsAzure.Commands.Test.Utilities.Common.FakeAccessTokenProvider.GetAccessToken C# (CSharp) Method

GetAccessToken() public method

public GetAccessToken ( AdalConfiguration config, ShowDialog promptBehavior, string userId, SecureString password, AzureAccount credentialType ) : IAccessToken
config AdalConfiguration
promptBehavior ShowDialog
userId string
password SecureString
credentialType AzureAccount
return IAccessToken
        public IAccessToken GetAccessToken(AdalConfiguration config, ShowDialog promptBehavior, string userId, SecureString password,
            AzureAccount.AccountType credentialType)
        {
            return this.accessToken;
        }