AuthorizationCodeFlow

soidc.core.AuthorizationCodeFlow
See theAuthorizationCodeFlow companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Config(clientId: ClientId, clientSecret: Option[ClientSecret], providerUri: Uri, privateKey: JWK, scope: Option[ScopeList], nonce: Option[Nonce])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum Failure

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[F[_], H, C](cfg: Config, client: HttpClient[F], tokenStore: TokenStore[F, H, C], logger: Logger[F])(using StandardClaimsRead[C], StandardHeaderRead[H], ByteDecoder[OpenIdConfig], ByteDecoder[TokenResponse], ByteDecoder[JWKSet], ByteDecoder[H], ByteDecoder[C], Sync[F]): F[AuthorizationCodeFlow[F, H, C]]