# Functions
NewController creates a new controller for Verifier Profile Management API.
RegisterHandlers adds each server route to the EchoRouter.
Registers handlers, and prepends BaseURL to the paths, so that the paths can be served under a prefix.
# Structs
No description provided by the author
Controller for Verifier Profile Management API.
No description provided by the author
InitiateOIDC4VPData defines model for InitiateOIDC4VPData.
InitiateOIDC4VPResponse defines model for InitiateOIDC4VPResponse.
PresentationDefinitionFilters defines model for PresentationDefinitionFilters.
ServerInterfaceWrapper converts echo contexts to parameters.
Verify credential response containing failure check details.
Model for credential verification.
Options for verify credential.
Model for response of credentials verification.
Verify presentation response containing failure check details.
Model for presentation verification.
Options for verify presentation.
Model for response of presentation verification.
No description provided by the author
# Interfaces
This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration.
ServerInterface represents all server handlers.
# Type aliases
InitiateOidcInteractionJSONBody defines parameters for InitiateOidcInteraction.
InitiateOidcInteractionJSONRequestBody defines body for InitiateOidcInteraction for application/json ContentType.
PostVerifyCredentialsJSONBody defines parameters for PostVerifyCredentials.
PostVerifyCredentialsJSONRequestBody defines body for PostVerifyCredentials for application/json ContentType.
PostVerifyPresentationJSONBody defines parameters for PostVerifyPresentation.
PostVerifyPresentationJSONRequestBody defines body for PostVerifyPresentation for application/json ContentType.
No description provided by the author