Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2.authentication / AuthenticationMethod

AuthenticationMethod

abstract class AuthenticationMethod

Types

Internal

abstract class Internal : AuthenticationMethod

Properties

application

val application: WebcomApplication

Functions

syncAuthentication

fun <T> syncAuthentication(context: AuthenticationService.Context, callback: WebcomResultCallback<T>?, block: (WebcomResultCallback<T>) -> Unit): Boolean

Inheritors

CustomMethod

class CustomMethod : AuthenticationMethod

GuestMethod

class GuestMethod : AuthenticationMethod

Internal

abstract class Internal : AuthenticationMethod

OAuth2Method

class OAuth2Method : AuthenticationMethod

OrangeMobileNetworkMethod

class OrangeMobileNetworkMethod : AuthenticationMethod