public OnAuth extends Callback
Modifier and Type | Interface and Description |
---|---|
(package private) class |
OnAuth.AuthResponse
Authentication response data passed to the
method of the authentication callback. |
Modifier and Type | Method and Description |
---|---|
(package private) void |
onComplete(OnAuth.AuthResponse response)
Called when the authentication is successful
|
(package private) void |
onError(WebcomError error)
Called when the authentication fails and/or the token is invalid
|
void onComplete(@Nullable OnAuth.AuthResponse response)
Called when the authentication is successful
response
- org.jetbrains.dokka.NodeRenderContent@1236410: The authentication datavoid onError(WebcomError error)
Called when the authentication fails and/or the token is invalid
error
- org.jetbrains.dokka.NodeRenderContent@59dc1c76: The authentication error