How to use the OfficeRuntime API on PROD environment.
I'm working on a excel add-in using custom function where the function use a OfficeRuntime.auth.getAccessToken() to fetch the token. The excel add-in is deploy in k8s cluster and the manifest is publish on SharePoint.
Env: Excel add-in running on K8s cluster and manifest in SharePoint.
Error I'm getting: TypeError: Cannot read properties of undefined (reading 'getAccessToken')
Question What is the process to PROD that allow the use of OfficeRuntime API?
Expect to have the OfficeRuntime.auth.getAccessToken() be available in PROD env.