abstract class AuthenticationMethod
abstract class Internal : AuthenticationMethod |
val application: WebcomApplication |
fun <T> syncAuthentication(context: AuthenticationService.Context, callback: WebcomResultCallback<T>?, block: (WebcomResultCallback<T>) -> Unit): Boolean |
class CustomMethod : AuthenticationMethod |
|
class GuestMethod : AuthenticationMethod |
|
abstract class Internal : AuthenticationMethod |
|
class OAuth2Method : AuthenticationMethod |
|
class OrangeMobileNetworkMethod : AuthenticationMethod |