StaticFlowStart

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

Attributes

Graph
Supertypes
trait FlowStart[F]
class Object
trait Matchable
class Any
Known subtypes
class CognitoAuthFlow[F]
class FacebookAuthFlow[F]
class GitHubAuthFlow[F]

Members list

Value members

Abstract methods

Concrete methods

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

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
FlowStart
def extraRedirParams(redirectUrl: FullUrl): Map[String, String]

Attributes

Inherited from:
FlowStart