Microsoft.Alm.Authentication.VstsMsaAuthentication.VstsMsaAuthentication C# (CSharp) Method

VstsMsaAuthentication() public method

public VstsMsaAuthentication ( VstsTokenScope tokenScope, ICredentialStore personalAccessTokenStore ) : System
tokenScope VstsTokenScope
personalAccessTokenStore ICredentialStore
return System
        public VstsMsaAuthentication(VstsTokenScope tokenScope, ICredentialStore personalAccessTokenStore)
            : base(tokenScope, personalAccessTokenStore)
        {
            this.VstsAuthority = new VstsAzureAuthority(DefaultAuthorityHost);
        }

Same methods

VstsMsaAuthentication::VstsMsaAuthentication ( ICredentialStore personalAccessTokenStore, ITokenStore vstsIdeTokenCache, IVstsAuthority liveAuthority ) : System