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): TokenService