Constants§
- JWT_
ES256_ MAX_ LENGTH - JWT ES256 = “base64_unpadded(headers).base64_unpadded(claims).base64_unpadded(signature)”:
Functions§
- create_
google_ jwt_ es256 - Creates Google IOT JWT using ES256 signature. Returns heapless string no longer than JWT_ES256_MAX_LENGTH characters.