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
abstract fun logIn(config: OpenIDConnectConfig): Single<IntentWithRequestCode>
Link copied to clipboard
abstract fun logOutObservable(): Observable<Unit>