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

VstsMsaAuthentication() private method

Test constructor which allows for using fake credential stores
private VstsMsaAuthentication ( ICredentialStore personalAccessTokenStore, ITokenStore vstsIdeTokenCache, IVstsAuthority liveAuthority ) : System
personalAccessTokenStore ICredentialStore
vstsIdeTokenCache ITokenStore
liveAuthority IVstsAuthority
return System
        internal VstsMsaAuthentication(
            ICredentialStore personalAccessTokenStore,
            ITokenStore vstsIdeTokenCache,
            IVstsAuthority liveAuthority)
            : base(personalAccessTokenStore,
                   vstsIdeTokenCache,
                   liveAuthority)
        { }

Same methods

VstsMsaAuthentication::VstsMsaAuthentication ( VstsTokenScope tokenScope, ICredentialStore personalAccessTokenStore ) : System