class CustomMethod : AuthenticationMethod
val provider: String |
val application: WebcomApplication |
fun authenticate(credentials: String, context: AuthenticationService.Context = AuthenticationService.Context.New, callback: WebcomResultCallback<AuthenticationDetails>? = null): Unit |
fun <T> syncAuthentication(context: AuthenticationService.Context, callback: WebcomResultCallback<T>?, block: (WebcomResultCallback<T>) -> Unit): Boolean |