object AlwaysFailNonceManager : NonceManagerStub implementation that always fails. Will be removed so no public signatures should rely on it
suspend fun newNonce(): String
Generate new nonce instance |
|
suspend fun verifyNonce(nonce: String): Boolean
Verify nonce value |