StaticFlowStart

trait StaticFlowStart extends FlowStart[[A] =>> IO[A]]
trait FlowStart[[A] =>> IO[A]]
class Object
trait Matchable
class Any

Value members

Abstract methods

Concrete methods

override def start(redirectUrl: FullUrl, extraParams: Map[String, String]): IO[Start]
Definition Classes

Inherited methods

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