Crate google_cloud_iot_jwt

Crate google_cloud_iot_jwt 

Source

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.