Omh Auth Factory
interface OmhAuthFactory
A Factory to provide any interfaces of the OMH Auth module. This isn't designed to be used directly from the client side, instead use the OmhAuthProvider
Functions
Link copied to clipboard
abstract fun getAuthClient(context: Context, scopes: Collection<String>, clientId: String): OmhAuthClient
Provides the OmhAuthClient that is the main interactor with the Auth module.