BISharp.PowerBiAuthentication.PowerBiAuthentication C# (CSharp) Method

PowerBiAuthentication() public method

public PowerBiAuthentication ( IExternalAuth extAuth ) : System
extAuth IExternalAuth
return System
        public PowerBiAuthentication(IExternalAuth extAuth)
        {
            this._externalAuth = extAuth;
        }

Same methods

PowerBiAuthentication::PowerBiAuthentication ( string clientId ) : System