FlowStart

trait FlowStart[F[_]]
class Object
trait Matchable
class Any
trait AuthFlow[F, U]
class StandardAuthFlow[F, V]
class EmailAuthFlow[F]

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]