FlowStart

com.malliina.web.FlowStart
trait FlowStart[F[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AuthFlow[F, U]
class DiscoveringAuthFlow[F, V]
class GoogleAuthFlow[F]
class StandardAuthFlow[F, V]
class EmailAuthFlow[F]
trait StaticFlowStart[F]
class CognitoAuthFlow[F]
class FacebookAuthFlow[F]
class GitHubAuthFlow[F]
class TwitterAuthFlow[F]
Show all

Members list

Value members

Abstract methods

def start(redirectUrl: FullUrl, extraParams: Map[String, String]): F[Start]

Concrete methods

protected def commonAuthParams(authScope: String, redirectUrl: FullUrl, clientId: ClientId): Map[String, String]
def extraRedirParams(redirectUrl: FullUrl): Map[String, String]