public OnAuthWithOAuth extends OnAuth
OAuth authentication callback for
and com.orange.webcom.sdk.Webcom$authWithOAuth(android.content.Context,java.lang.String,com.orange.webcom.sdk.OnAuthWithOAuth)
.com.orange.webcom.sdk.Webcom$authWithOAuth(android.content.Context,java.lang.String,com.orange.webcom.sdk.AuthOptions,com.orange.webcom.sdk.OnAuthWithOAuth,kotlin.Boolean)
com.orange.webcom.sdk.Webcom$authWithOAuth(android.content.Context,java.lang.String,com.orange.webcom.sdk.OnAuthWithOAuth)
,
com.orange.webcom.sdk.Webcom$authWithOAuth(android.content.Context,java.lang.String,com.orange.webcom.sdk.AuthOptions,com.orange.webcom.sdk.OnAuthWithOAuth,kotlin.Boolean)
OnAuth.AuthResponse
Modifier and Type | Method and Description |
---|---|
(package private) void |
onCancel(WebcomError error)
This callback is called when the final user cancels the authentication operation, typically by closing the authentication WebView (using the 'back' button). This may also be called when the WebView encounters network failures to display the authentication page served by the provider.
|
onComplete, onError
void onCancel(WebcomError error)
This callback is called when the final user cancels the authentication operation, typically by closing the authentication WebView (using the 'back' button). This may also be called when the WebView encounters network failures to display the authentication page served by the provider.
error
- org.jetbrains.dokka.NodeRenderContent@1074bb14: The error describing the cancellation reason.