web_authn_lite v0.1.1 WebAuthnLite.ClientDataJSON
ClientDataJSON Parser
Link to this section Summary
Functions
decode Base64 URL encoded clientDataJSON and return struct
validate Base64 URL encoded clientDataJSON with params and return struct
Link to this section Types
Link to this section Functions
Link to this function
decode(base64_url_encoded_client_data_json)
decode Base64 URL encoded clientDataJSON and return struct.
Link to this function
validate(base64_url_encoded_client_data_json, type, origin, challenge)
validate Base64 URL encoded clientDataJSON with params and return struct.