C# Class BISharp.PowerBiAuthentication

Inheritance: IPowerBiAuthentication
Show file Open project: elastacloud/bisharp Class Usage Examples

Private Properties

Property Type Description
getAccessToken void

Public Methods

Method Description
GetAccessToken ( ) : string
PowerBiAuthentication ( IExternalAuth extAuth ) : System
PowerBiAuthentication ( string clientId ) : System

Private Methods

Method Description
getAccessToken ( ) : void

Method Details

GetAccessToken() public method

public GetAccessToken ( ) : string
return string

PowerBiAuthentication() public method

public PowerBiAuthentication ( IExternalAuth extAuth ) : System
extAuth IExternalAuth
return System

PowerBiAuthentication() public method

public PowerBiAuthentication ( string clientId ) : System
clientId string
return System