Created
August 7, 2022 12:59
-
-
Save motorro/1422359c1ac65358dc37224fcf4a8435 to your computer and use it in GitHub Desktop.
Login context
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface LoginContext { | |
/** | |
* Common state factory (see below) | |
*/ | |
val factory: LoginStateFactory | |
/** | |
* External interface | |
*/ | |
val host: WelcomeFeatureHost | |
/** | |
* UI-state renderer | |
*/ | |
val renderer: LoginRenderer | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment