Module tozny_auth::question
[-] [+]
[src]
Structs
Question | Type representing a signed message. The data in a |
Enums
QuestionError | Enumerates the possible errors that may occur while signing a message, verifying the signature of a message, or transmitting a signed message to the Tozny API. |
Functions
check_signature | Verifies a signature using a constant-time comparison. |
from_json | Gets a value of a |
send_request | Low-level function to dispatch a |
sign | Produces a signature using HMAC-SHA256. |
translate_url | Translates a |
unpack | Unpacks a base64-encoded JSON value. |