Main

class Main

Main entry point to launch the server.

Build and start the server using

./gradlew multipaz-openid4vci-server:run

or with a System of Record back-end:

./gradlew multipaz-openid4vci-server:run --args="-param system_of_record_url=http://localhost:8004 -param system_of_record_jwk='$(cat key.jwk)'"

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion