DeviceCheck API token generation.
DeviceCheck uses a JWT signed with your DeviceCheck-enabled private key (ES256). The JWT is used directly as the Bearer token in API requests.
Summary
Functions
Returns a JWT token (same as generate_jwt for direct use).
Generate a JWT and return it with the expiration timestamp.
Generate a fresh ES256 JWT for DeviceCheck API authorization.
Types
@type jwt() :: String.t()
Functions
Returns a JWT token (same as generate_jwt for direct use).
Generate a JWT and return it with the expiration timestamp.
Generate a fresh ES256 JWT for DeviceCheck API authorization.