Skip to content

Instantly share code, notes, and snippets.

@motorro
Created August 7, 2022 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motorro/1422359c1ac65358dc37224fcf4a8435 to your computer and use it in GitHub Desktop.
Save motorro/1422359c1ac65358dc37224fcf4a8435 to your computer and use it in GitHub Desktop.
Login context
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