Functions
Link copied to clipboard
Build a TokenService combining BearerTokenGenerationService and BearerTokenVerificationService.
Link copied to clipboard
fun jwt(publicContext: String = "https://wallet.a-sit.at/authorization-server", nonceService: NonceService = DefaultNonceService(), dpopNonceService: NonceService = DefaultNonceService(), keyMaterial: KeyMaterial = EphemeralKeyWithoutCert(), issueRefreshTokens: Boolean = false, verificationAlgorithms: Collection<JwsAlgorithm.Signature> = setOf(Signature.ES256)): JwtTokenService
Build a TokenService combining JwtTokenGenerationService and JwtTokenVerificationService.