Forum Discussion
rmonfort
8 years agoRegular Visitor
Custom Connector Issues and Caching
Greetings, We're using a rest API to get data from our application into Power BI. Our original query would just retrieve a token and use that token to retrieve a dataset. let
Source = Jso...
v-jiascu-msft
8 years agoMicrosoft Employee
Hi rmonfort,
Please refer to docs/m-extensions.md#authentication-kinds. The parameters "Refresh" and "Logout" could help.
Authentication = [
OAuth = [
StartLogin = StartLogin,
FinishLogin = FinishLogin,
Refresh = Refresh,
Logout = Logout
],
Key = [],
UsernamePassword = [],
Windows = [],
Implicit = []
]
Best Regards,
Dale