OAuth2Client

constructor(    clientId: String = "https://wallet.a-sit.at/app",     redirectUrl: String = "/callback",     stateToCodeStore: MapStore<String, String> = DefaultMapStore(),     jwsService: JwsService? = DefaultJwsService(DefaultCryptoService(EphemeralKeyWithSelfSignedCert())))(source)