public class AlwaysFailNonceManager implements NonceManager
Stub implementation that always fails. Will be removed so no public signatures should rely on it
| Modifier and Type | Field and Description |
|---|---|
static AlwaysFailNonceManager |
INSTANCE
Deprecated.
Stub implementation that always fails.
Will be removed so no public signatures should rely on it
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
newNonce(kotlin.coroutines.experimental.Continuation<? super java.lang.String> p)
Deprecated.
Generate new nonce instance
|
java.lang.Object |
verifyNonce(java.lang.String nonce,
kotlin.coroutines.experimental.Continuation<? super java.lang.Boolean> p)
Deprecated.
Verify nonce value
|
newNonce, verifyNoncepublic static AlwaysFailNonceManager INSTANCE
Stub implementation that always fails. Will be removed so no public signatures should rely on it
public java.lang.Object newNonce(kotlin.coroutines.experimental.Continuation<? super java.lang.String> p)
Generate new nonce instance
public java.lang.Object verifyNonce(java.lang.String nonce,
kotlin.coroutines.experimental.Continuation<? super java.lang.Boolean> p)
Verify nonce value
true if nonce is valid