CognitoAuthFlow

class CognitoAuthFlow(host: String, identityProvider: IdentityProvider, validator: CognitoIdValidator, val oauth: GenericAuthConf) extends CallbackValidator[CognitoUser] with StaticFlowStart
Companion
object
trait FlowStart[IO]
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def extraRedirParams(redirectUrl: FullUrl): Map[String, String]
Definition Classes
def tokenParameters(code: Code, redirUrl: FullUrl): Map[String, String]
override
def validate(code: Code, redirectUrl: FullUrl, requestNonce: Option[String]): IO[Either[AuthError, CognitoUser]]
Definition Classes

Inherited methods

protected
def commonAuthParams(authScope: String, redirectUrl: FullUrl, clientId: ClientId): Map[String, String]
Inherited from
FlowStart
override
def start(redirectUrl: FullUrl, extraParams: Map[String, String]): IO[Start]
Definition Classes
Inherited from
StaticFlowStart
Inherited from
CallbackValidator

Concrete fields

override