Companion

Functions

Link copied to clipboard
fun bearer(nonceService: NonceService = DefaultNonceService()): TokenService
Link copied to clipboard
fun jwt(publicContext: String = "https://wallet.a-sit.at/authorization-server", nonceService: NonceService = DefaultNonceService(), keyMaterial: KeyMaterial = EphemeralKeyWithoutCert(), issueRefreshTokens: Boolean = false, verificationAlgorithms: Collection<JwsAlgorithm.Signature> = setOf(JwsAlgorithm.Signature.ES256)): TokenService