DefaultNonceService
Holds valid random values in memory, protected with a Mutex, to ensure a basic form of thread-safety.
Functions
Link copied to clipboard
Implementers: Generate a new random string, store it for later verification
Link copied to clipboard
Implementers: Verify if the value has been generated by this instance, remove it from the list of valid values
Link copied to clipboard
Implementers: Verify if the string has been generated by this instance