CognitoAuthFlow

class CognitoAuthFlow[F[_]](host: String, identityProvider: IdentityProvider, validator: CognitoIdValidator, val oauth: GenericAuthConf[F])(implicit evidence$1: Sync[F]) extends CallbackValidator[F, CognitoUser] with StaticFlowStart[F]
Companion:
object
trait FlowStart[F]
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]): F[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]): F[Start]
Definition Classes
Inherited from:
StaticFlowStart

Concrete fields

override val conf: StaticConf