soidc.http4s.routes.AuthCodeFlow
See theAuthCodeFlow companion object
trait AuthCodeFlow[F[_], H, C] extends Realm[F, H, C]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Realm[F, H, C]class Objecttrait Matchableclass Any
Members list
Value members
Inherited methods
Combine this and next
realm by combining their validator and jwtRefresh instances.
Combine this and next
realm by combining their validator and jwtRefresh instances.
Attributes
- Inherited from:
- Realm
Inherited and Abstract methods
Check whether the given JWT was issued by this provider.
Check whether the given JWT was issued by this provider.
Attributes
- Inherited from:
- Realm
Return a refresher to obtain new access tokens.
Return a refresher to obtain new access tokens.
Attributes
- Inherited from:
- Realm
Return a validator that can verify tokens from this provider.
Return a validator that can verify tokens from this provider.
Attributes
- Inherited from:
- Realm
In this article