Skip to main content

Module token_request

Module token_request 

Source

Structsยง

TokenRequest
TokenRequest : A signed token request. The mac is HMAC-SHA256 (base64) over the newline-joined fields keyName, ttl, capability, clientId, timestamp, nonce (each followed by a newline, empty fields included) using the API key secret. A signed request needs no Authorization header.