OmhAuthClient

interface OmhAuthClient

Types

Link copied to clipboard
interface Builder

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getLoginIntent(): Intent
Link copied to clipboard
abstract fun getProviderSdk(): Any

This method provides an escape hatch to access the provider native SDK. This allows developers to use the underlying provider's API directly, should they need to access a feature of the provider that is not supported by the OMH plugin. Refer to the plugin's advanced documentation for type to which to cast the instance.

Link copied to clipboard
Link copied to clipboard
abstract fun initialize(): IOmhTask<Unit>
Link copied to clipboard
abstract fun revokeToken(): IOmhTask<Unit>
Link copied to clipboard
abstract fun signOut(): IOmhTask<Unit>