Forum Discussion
gjatteau
2 years agoNew Member
acquireAADTokenService in PowerBI custom visual
Hello I'm trying to implement a custom visual that uses the authentication API following the documentaion. Though I'm using API 5.9.1, I don't have access to the service this.acquireAADTokenServ...
hski-bayer
9 months agoRegular Visitor
You can access it as part of constructor(options: VisualConstructorOptions) { ... } using options.host.acquireAADTokenService
BR, Holger