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