We have looked for the documentation on which header file would be appropriate for this board, but that seems to be hard to find. Same goes for tracking down the source for the HAL for this board. If you can point us to a URL, that would be much appreciated. Clemens Ladisch9 年多前...
clientId) .set('client_secret', clientSecret); this.http.post(tokenEndpoint, parms).subscribe((response: any) => { const accessToken = response.access_token; }); }); } getDecodedAccessToken(token: string): any { try { return jwt_decode(token); } catch (Error) { return null; } ...
We have looked for the documentation on which header file would be appropriate for this board, but that seems to be hard to find. Same goes for tracking down the source for the HAL for this board. If you can point us to a URL, that would be much app...