class OAuth2Method : AuthenticationMethod
sealed class Provider |
val context: Context |
|
val provider: OAuth2Method.Provider |
val application: WebcomApplication |
fun authenticate(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 |