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

CustomMethod

class CustomMethod : AuthenticationMethod

Properties

provider

val provider: String

Inherited Properties

application

val application: WebcomApplication

Functions

authenticate

fun authenticate(credentials: String, context: AuthenticationService.Context = AuthenticationService.Context.New, callback: WebcomResultCallback<AuthenticationDetails>? = null): Unit

Inherited Functions

syncAuthentication

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