Open IDConnect Handler
interface OpenIDConnectHandler
Functions
Link copied to clipboard
abstract fun blockingHandleLogInResponse(serverUrl: String, intent: Intent?, requestCode: Int): User
Link copied to clipboard
Link copied to clipboard
abstract fun handleLogInResponse(serverUrl: String, intent: Intent?, requestCode: Int): Single<User>
Link copied to clipboard
Link copied to clipboard