()
| 92 | |
| 93 | const runtimeAuth = await resolveManagedRemoteRuntimeAuth() |
| 94 | const getAccessToken = (): string => { |
| 95 | const accessToken = runtimeAuth.getAccessToken() |
| 96 | if (!accessToken) { |
| 97 | throw new Error('Managed remote authentication is unavailable.') |
| 98 | } |
| 99 | return accessToken |
| 100 | } |
| 101 | |
| 102 | setKairosActive(true) |
| 103 | setUserMsgOptIn(true) |
no outgoing calls
no test coverage detected