DPoPNonceCache class abstract interface

Caches the most recent DPoP nonce per URL origin (RFC 9449 §8). The authorization server and the PDS have distinct origins, so their nonces never collide — fixing the refresh/API nonce ping-pong.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

find(String origin) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(String origin, String nonce) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited