FlowStart

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AuthFlow[F, U]
class StandardAuthFlow[F, V]
class EmailAuthFlow[F]

Members list

Concise view

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]