StaticFlowStart

trait StaticFlowStart extends FlowStart[IO]
trait FlowStart[IO]
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