Versions in this module Expand all Collapse all v1 v1.0.1 Dec 30, 2025 Changes in this version + const CertificateBackEndpoint + func GenerateNonce() string + func VerifyCertificate(data string, url string) ([]byte, error) + type Config struct + CertAuthPort string + CertAuthURL string + CertSecPort string + CertSecURL string + Development bool + EUDSSURL string + EmailConfig *email.EmailConfig + ManagementURL string + Profile string + TSAConfig *tsaservice.TSAConfig + type EUDSSVerifyCertificateRequest struct + Certificate struct{ ... } + TokenExtractionStrategy string + type OID4VPAuthRequest struct + ClientId string + ClientIdScheme string + Nonce string + ResponseMode string + ResponseType string + ResponseUri string + Scope string + State string + func (o *OID4VPAuthRequest) String() string + type Server struct + func New(db *database.Database, ...) (*Server, error) + func (s *Server) APIDiscovery(c *fiber.Ctx) error + func (s *Server) APIJWKS(c *fiber.Ctx) error + func (s *Server) APITokenExchange(c *fiber.Ctx) error + func (s *Server) APIWalletAuthenticationRequest(c *fiber.Ctx) error + func (s *Server) APIWalletAuthenticationResponse(c *fiber.Ctx) error + func (s *Server) APIWalletLoginPagePoll(c *fiber.Ctx) error + func (s *Server) AdminDashboard(c *fiber.Ctx) error + func (s *Server) Authorization(c *fiber.Ctx) error + func (s *Server) CreateRP(c *fiber.Ctx) error + func (s *Server) DeleteRP(c *fiber.Ctx) error + func (s *Server) ListRP(c *fiber.Ctx) error + func (s *Server) Logout(c *fiber.Ctx) error + func (s *Server) PageLogin(c *fiber.Ctx) error + func (s *Server) PageWalletLogin(c *fiber.Ctx) error + func (s *Server) Start(ctx context.Context) error + func (s *Server) UpdateRP(c *fiber.Ctx) error + func (s *Server) UserInfo(c *fiber.Ctx) error