public interface WebAuthnListener extends FRListener<java.lang.String>
| Modifier and Type | Method and Description |
|---|---|
void |
onException(WebAuthnResponseException e)
Called when an asynchronous call fails to complete.
|
void |
onSuccess(java.lang.String result)
Called when an asynchronous call completes successfully.
|
void |
onUnsupported(WebAuthnResponseException e)
Called when asynchronous call fails to complete with unsupport operation.
|
onExceptionvoid onSuccess(java.lang.String result)
onSuccess in interface FRListener<java.lang.String>result - the value returnedvoid onException(WebAuthnResponseException e)
e - the reason for failurevoid onUnsupported(WebAuthnResponseException e)
e - the reason for failure