Skip to content

Instantly share code, notes, and snippets.

@LokoSama
Created April 28, 2020 15:23
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 LokoSama/b2cecf9f9b4bd0e202d48bffeec98b21 to your computer and use it in GitHub Desktop.
Save LokoSama/b2cecf9f9b4bd0e202d48bffeec98b21 to your computer and use it in GitHub Desktop.
interface ILoginProvider {
fun login(request: AuthRequest): Account
fun supports(request: AuthRequest): Boolean
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment