Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/discord/itsdangerous-rs
/ functions
Functions
111 in github.com/discord/itsdangerous-rs
⨍
Functions
111
◇
Types & classes
44
Function
test_unverified_timed_value_if_not_expired
()
src/serde_serializer.rs:452
Function
test_url_safe_encoding
()
src/serde_serializer.rs:369
Method
timestamp
The timestamp that the value was signed with. For conveniently unwrapping the value and enforcing a max age, consider using [`value_if_not_expired`].
src/timed.rs:128
Method
unsign
(&'a self, value: &'a str)
src/multi_serializer.rs:81
Method
unverified_timestamp
(&self)
src/serde_serializer.rs:328
Method
unverified_value
XXX: Doc
src/serde_serializer.rs:278
Method
value
The value that has been [`unsigned`]. This value is safe to use and was part of a payload that has been successfully [`unsigned`]. [`unsigned`]: Time
src/timed.rs:118
Method
value_if_not_expired
Returns the value if the timestamp is not older than `max_age`. In the event that the timestamp is in the future, we'll consider that valid. If the v
src/timed.rs:137
Method
value_if_not_expired
Returns the value if the timestamp is not older than `max_age`. In the event that the timestamp is in the future, we'll consider that valid. If the v
src/serde_serializer.rs:202
Method
with_salt
Uses a specific salt with the signer. If no salt is defined, will default to `DEFAULT_SALT`.
src/signer.rs:55
Method
with_signer
(signer: TSigner)
src/timed.rs:16
← previous
101–111 of 111, ranked by callers