sdk
import "github.com/triveria-com/wallet-sdk-go"
Package sdk provides primitives to interact with the openapi HTTP API.
Code generated by github.com/deepmap/oapi-codegen version v1.16.3 DO NOT EDIT.
Index
- Constants
- func NewCredentialCreateRequest(server string, params *CredentialCreateParams, body CredentialCreateJSONRequestBody) (*http.Request, error)
- func NewCredentialCreateRequestWithBody(server string, params *CredentialCreateParams, contentType string, body io.Reader) (*http.Request, error)
- func NewCredentialGetRequest(server string, credentialId CredentialId, params *CredentialGetParams) (*http.Request, error)
- func NewCredentialImportRequest(server string, params *CredentialImportParams, body CredentialImportJSONRequestBody) (*http.Request, error)
- func NewCredentialImportRequestWithBody(server string, params *CredentialImportParams, contentType string, body io.Reader) (*http.Request, error)
- func NewCredentialIssuanceInitRequest(server string, credentialId string, params *CredentialIssuanceInitParams, body CredentialIssuanceInitJSONRequestBody) (*http.Request, error)
- func NewCredentialIssuanceInitRequestWithBody(server string, credentialId string, params *CredentialIssuanceInitParams, contentType string, body io.Reader) (*http.Request, error)
- func NewCredentialListRequest(server string, params *CredentialListParams) (*http.Request, error)
- func NewCredentialMetadataPatchRequest(server string, credentialId CredentialId, params *CredentialMetadataPatchParams, body CredentialMetadataPatchJSONRequestBody) (*http.Request, error)
- func NewCredentialMetadataPatchRequestWithBody(server string, credentialId CredentialId, params *CredentialMetadataPatchParams, contentType string, body io.Reader) (*http.Request, error)
- func NewCredentialPatchRequest(server string, credentialId CredentialId, params *CredentialPatchParams, body CredentialPatchJSONRequestBody) (*http.Request, error)
- func NewCredentialPatchRequestWithBody(server string, credentialId CredentialId, params *CredentialPatchParams, contentType string, body io.Reader) (*http.Request, error)
- func NewCredentialRequestInitRequest(server string, params *CredentialRequestInitParams, body CredentialRequestInitJSONRequestBody) (*http.Request, error)
- func NewCredentialRequestInitRequestWithBody(server string, params *CredentialRequestInitParams, contentType string, body io.Reader) (*http.Request, error)
- func NewCredentialRevokeRequest(server string, credentialId CredentialId, params *CredentialRevokeParams) (*http.Request, error)
- func NewDeferredStatusRequest(server string, deferredId string, params *DeferredStatusParams) (*http.Request, error)
- func NewDidDocumentGetRequest(server string, walletId string) (*http.Request, error)
- func NewHealthCheckRequest(server string) (*http.Request, error)
- func NewHolderCreateAuthOfferRequest(server string, params *HolderCreateAuthOfferParams, body HolderCreateAuthOfferJSONRequestBody) (*http.Request, error)
- func NewHolderCreateAuthOfferRequestWithBody(server string, params *HolderCreateAuthOfferParams, contentType string, body io.Reader) (*http.Request, error)
- func NewHolderCredentialsPresentAfterConsentRequest(server string, interactionId string, params *HolderCredentialsPresentAfterConsentParams, body HolderCredentialsPresentAfterConsentJSONRequestBody) (*http.Request, error)
- func NewHolderCredentialsPresentAfterConsentRequestWithBody(server string, interactionId string, params *HolderCredentialsPresentAfterConsentParams, contentType string, body io.Reader) (*http.Request, error)
- func NewHolderIdTokenSendRequest(server string, params *HolderIdTokenSendParams, body HolderIdTokenSendJSONRequestBody) (*http.Request, error)
- func NewHolderIdTokenSendRequestWithBody(server string, params *HolderIdTokenSendParams, contentType string, body io.Reader) (*http.Request, error)
- func NewHolderLinkedVpCreateRequest(server string, params *HolderLinkedVpCreateParams, body HolderLinkedVpCreateJSONRequestBody) (*http.Request, error)
- func NewHolderLinkedVpCreateRequestWithBody(server string, params *HolderLinkedVpCreateParams, contentType string, body io.Reader) (*http.Request, error)
- func NewHolderLinkedVpDeleteRequest(server string, linkedVpId string, params *HolderLinkedVpDeleteParams) (*http.Request, error)
- func NewHolderLinkedVpGetDetailsRequest(server string, linkedVpId string, params *HolderLinkedVpGetDetailsParams) (*http.Request, error)
- func NewHolderLinkedVpListRequest(server string, params *HolderLinkedVpListParams) (*http.Request, error)
- func NewHolderOfferPassAuthInfoRequest(server string, params *HolderOfferPassAuthInfoParams, body HolderOfferPassAuthInfoJSONRequestBody) (*http.Request, error)
- func NewHolderOfferPassAuthInfoRequestWithBody(server string, params *HolderOfferPassAuthInfoParams, contentType string, body io.Reader) (*http.Request, error)
- func NewHolderOfferProcessAfterConsentRequest(server string, interactionId string, params *HolderOfferProcessAfterConsentParams, body HolderOfferProcessAfterConsentJSONRequestBody) (*http.Request, error)
- func NewHolderOfferProcessAfterConsentRequestWithBody(server string, interactionId string, params *HolderOfferProcessAfterConsentParams, contentType string, body io.Reader) (*http.Request, error)
- func NewHolderPresentPassAuthInfoRequest(server string, params *HolderPresentPassAuthInfoParams, body HolderPresentPassAuthInfoJSONRequestBody) (*http.Request, error)
- func NewHolderPresentPassAuthInfoRequestWithBody(server string, params *HolderPresentPassAuthInfoParams, contentType string, body io.Reader) (*http.Request, error)
- func NewIdTokenRequestCreateRequest(server string, params *IdTokenRequestCreateParams) (*http.Request, error)
- func NewIssuerCredentialTypesListRequest(server string, params *IssuerCredentialTypesListParams) (*http.Request, error)
- func NewIssuerInitiateAuthOfferRequest(server string, params *IssuerInitiateAuthOfferParams, body IssuerInitiateAuthOfferJSONRequestBody) (*http.Request, error)
- func NewIssuerInitiateAuthOfferRequestWithBody(server string, params *IssuerInitiateAuthOfferParams, contentType string, body io.Reader) (*http.Request, error)
- func NewIssuerInitiatePreauthOfferRequest(server string, params *IssuerInitiatePreauthOfferParams, body IssuerInitiatePreauthOfferJSONRequestBody) (*http.Request, error)
- func NewIssuerInitiatePreauthOfferRequestWithBody(server string, params *IssuerInitiatePreauthOfferParams, contentType string, body io.Reader) (*http.Request, error)
- func NewIssuerXadesSignRequestWithBody(server string, params *IssuerXadesSignParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPdfCredentialMakeVpRequest(server string, credentialId CredentialId, params *PdfCredentialMakeVpParams) (*http.Request, error)
- func NewPdfCredentialTwinDeleteRequest(server string, credentialId CredentialId, params *PdfCredentialTwinDeleteParams) (*http.Request, error)
- func NewPdfCredentialTwinGetRequest(server string, credentialId CredentialId, params *PdfCredentialTwinGetParams) (*http.Request, error)
- func NewPdfCredentialTwinUploadRequestWithBody(server string, credentialId CredentialId, params *PdfCredentialTwinUploadParams, contentType string, body io.Reader) (*http.Request, error)
- func NewTfAccreditAsRequest(server string, params *TfAccreditAsParams, body TfAccreditAsJSONRequestBody) (*http.Request, error)
- func NewTfAccreditAsRequestWithBody(server string, params *TfAccreditAsParams, contentType string, body io.Reader) (*http.Request, error)
- func NewTfAccreditRequestRequest(server string, params *TfAccreditRequestParams, body TfAccreditRequestJSONRequestBody) (*http.Request, error)
- func NewTfAccreditRequestRequestWithBody(server string, params *TfAccreditRequestParams, contentType string, body io.Reader) (*http.Request, error)
- func NewTfOnboardRequest(server string, params *TfOnboardParams, body TfOnboardJSONRequestBody) (*http.Request, error)
- func NewTfOnboardRequestRequest(server string, params *TfOnboardRequestParams, body TfOnboardRequestJSONRequestBody) (*http.Request, error)
- func NewTfOnboardRequestRequestWithBody(server string, params *TfOnboardRequestParams, contentType string, body io.Reader) (*http.Request, error)
- func NewTfOnboardRequestWithBody(server string, params *TfOnboardParams, contentType string, body io.Reader) (*http.Request, error)
- func NewTfRevokeAccreditationRequest(server string, params *TfRevokeAccreditationParams, body TfRevokeAccreditationJSONRequestBody) (*http.Request, error)
- func NewTfRevokeAccreditationRequestWithBody(server string, params *TfRevokeAccreditationParams, contentType string, body io.Reader) (*http.Request, error)
- func NewTfX509CertificateGetRecordRequest(server string, serialNumber string, params *TfX509CertificateGetRecordParams) (*http.Request, error)
- func NewTfX509CertificateIssueRequest(server string, params *TfX509CertificateIssueParams, body TfX509CertificateIssueJSONRequestBody) (*http.Request, error)
- func NewTfX509CertificateIssueRequestWithBody(server string, params *TfX509CertificateIssueParams, contentType string, body io.Reader) (*http.Request, error)
- func NewTfX509CertificateListRecordsRequest(server string, params *TfX509CertificateListRecordsParams) (*http.Request, error)
- func NewTfX509CertificateUpdateStatusRequest(server string, serialNumber string, params *TfX509CertificateUpdateStatusParams, body TfX509CertificateUpdateStatusJSONRequestBody) (*http.Request, error)
- func NewTfX509CertificateUpdateStatusRequestWithBody(server string, serialNumber string, params *TfX509CertificateUpdateStatusParams, contentType string, body io.Reader) (*http.Request, error)
- func NewTrustListAddRequest(server string, body TrustListAddJSONRequestBody) (*http.Request, error)
- func NewTrustListAddRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewTrustListDeleteRequest(server string, params *TrustListDeleteParams) (*http.Request, error)
- func NewTrustListRefreshRequest(server string, params *TrustListRefreshParams) (*http.Request, error)
- func NewTrustListsGetRequest(server string) (*http.Request, error)
- func NewVerifierInitUrlCreateRequest(server string, params *VerifierInitUrlCreateParams, body VerifierInitUrlCreateJSONRequestBody) (*http.Request, error)
- func NewVerifierInitUrlCreateRequestWithBody(server string, params *VerifierInitUrlCreateParams, contentType string, body io.Reader) (*http.Request, error)
- func NewVerifierLinkedVpVerifyRequest(server string, params *VerifierLinkedVpVerifyParams) (*http.Request, error)
- func NewVerifierPdfVerifyRequestWithBody(server string, params *VerifierPdfVerifyParams, contentType string, body io.Reader) (*http.Request, error)
- func NewWalletCreateRequest(server string, body WalletCreateJSONRequestBody) (*http.Request, error)
- func NewWalletCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewWalletDeleteRequest(server string, walletId string) (*http.Request, error)
- func NewWalletGetRequest(server string, walletId string) (*http.Request, error)
- func NewWalletIdentifierGetRequest(server string, params *WalletIdentifierGetParams) (*http.Request, error)
- func NewWalletKeysRequest(server string, walletId string) (*http.Request, error)
- func NewWalletListRequest(server string, params *WalletListParams) (*http.Request, error)
- func NewWalletNotificationGetByStateRequest(server string, walletId string, eventType string, state string) (*http.Request, error)
- func NewWalletNotificationHistoryRequest(server string, walletId string, params *WalletNotificationHistoryParams) (*http.Request, error)
- func NewWalletNotificationsRequest(server string, walletId string) (*http.Request, error)
- func NewWalletPatchRequest(server string, walletId string, body WalletPatchJSONRequestBody) (*http.Request, error)
- func NewWalletPatchRequestWithBody(server string, walletId string, contentType string, body io.Reader) (*http.Request, error)
- func NewWalletProviderCertificateImportRequest(server string, body WalletProviderCertificateImportJSONRequestBody) (*http.Request, error)
- func NewWalletProviderCertificateImportRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewWalletProviderCsrGenerateRequest(server string) (*http.Request, error)
- func NewWalletVerifiedCredentialsByStateRequest(server string, walletId string, state string) (*http.Request, error)
- func NewWalletVerifiedCredentialsDeleteByStateRequest(server string, walletId string, state string) (*http.Request, error)
- func NewWalletX509CSRCreateRequest(server string, walletId string, body WalletX509CSRCreateJSONRequestBody) (*http.Request, error)
- func NewWalletX509CSRCreateRequestWithBody(server string, walletId string, contentType string, body io.Reader) (*http.Request, error)
- func NewWalletX509CertificateGetRequest(server string, walletId string) (*http.Request, error)
- func NewWalletX509CertificateImportRequest(server string, walletId string, body WalletX509CertificateImportJSONRequestBody) (*http.Request, error)
- func NewWalletX509CertificateImportRequestWithBody(server string, walletId string, contentType string, body io.Reader) (*http.Request, error)
- func NewWmpAcceptInvitationRequest(server string, params *WmpAcceptInvitationParams, body WmpAcceptInvitationJSONRequestBody) (*http.Request, error)
- func NewWmpAcceptInvitationRequestWithBody(server string, params *WmpAcceptInvitationParams, contentType string, body io.Reader) (*http.Request, error)
- func NewWmpClientGetPendingRequestsRequest(server string, params *WmpClientGetPendingRequestsParams) (*http.Request, error)
- func NewWmpClientProcessRequestRequest(server string, requestId string, params *WmpClientProcessRequestParams, body WmpClientProcessRequestJSONRequestBody) (*http.Request, error)
- func NewWmpClientProcessRequestRequestWithBody(server string, requestId string, params *WmpClientProcessRequestParams, contentType string, body io.Reader) (*http.Request, error)
- func NewWmpCreateNewInvitationRequest(server string, params *WmpCreateNewInvitationParams) (*http.Request, error)
- func NewWmpEntityConnectionGetRequest(server string, entityId string, params *WmpEntityConnectionGetParams) (*http.Request, error)
- func NewWmpEntityDeleteRequest(server string, entityId string, params *WmpEntityDeleteParams) (*http.Request, error)
- func NewWmpEntityGetRequest(server string, entityId string, params *WmpEntityGetParams) (*http.Request, error)
- func NewWmpEntityListRequest(server string, params *WmpEntityListParams) (*http.Request, error)
- func NewWmpEntityServerConnectRequest(server string, entityId string, params *WmpEntityServerConnectParams) (*http.Request, error)
- type AccreditationRequest
- type AccreditationRequestType
- type AuthOffer
- type AuthenticationOAuth
- type BadRequestError
- type CSRCreateRequest
- type CSRCreateResponse
- type CertificateImportRequest
- type CertificateIssueRequest
- type CertificateIssueResponse
- type CertificateRecordGetResponse
- type CertificateRecordList
- type CertificateStatus
- type CertificateStatusUpdateRequest
- type Client
- func NewClient(server string, opts ...ClientOption) (*Client, error)
- func (c *Client) CredentialCreate(ctx context.Context, params *CredentialCreateParams, body CredentialCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CredentialCreateWithBody(ctx context.Context, params *CredentialCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CredentialGet(ctx context.Context, credentialId CredentialId, params *CredentialGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CredentialImport(ctx context.Context, params *CredentialImportParams, body CredentialImportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CredentialImportWithBody(ctx context.Context, params *CredentialImportParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CredentialIssuanceInit(ctx context.Context, credentialId string, params *CredentialIssuanceInitParams, body CredentialIssuanceInitJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CredentialIssuanceInitWithBody(ctx context.Context, credentialId string, params *CredentialIssuanceInitParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CredentialList(ctx context.Context, params *CredentialListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CredentialMetadataPatch(ctx context.Context, credentialId CredentialId, params *CredentialMetadataPatchParams, body CredentialMetadataPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CredentialMetadataPatchWithBody(ctx context.Context, credentialId CredentialId, params *CredentialMetadataPatchParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CredentialPatch(ctx context.Context, credentialId CredentialId, params *CredentialPatchParams, body CredentialPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CredentialPatchWithBody(ctx context.Context, credentialId CredentialId, params *CredentialPatchParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CredentialRequestInit(ctx context.Context, params *CredentialRequestInitParams, body CredentialRequestInitJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CredentialRequestInitWithBody(ctx context.Context, params *CredentialRequestInitParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CredentialRevoke(ctx context.Context, credentialId CredentialId, params *CredentialRevokeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeferredStatus(ctx context.Context, deferredId string, params *DeferredStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DidDocumentGet(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HealthCheck(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderCreateAuthOffer(ctx context.Context, params *HolderCreateAuthOfferParams, body HolderCreateAuthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderCreateAuthOfferWithBody(ctx context.Context, params *HolderCreateAuthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderCredentialsPresentAfterConsent(ctx context.Context, interactionId string, params *HolderCredentialsPresentAfterConsentParams, body HolderCredentialsPresentAfterConsentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderCredentialsPresentAfterConsentWithBody(ctx context.Context, interactionId string, params *HolderCredentialsPresentAfterConsentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderIdTokenSend(ctx context.Context, params *HolderIdTokenSendParams, body HolderIdTokenSendJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderIdTokenSendWithBody(ctx context.Context, params *HolderIdTokenSendParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderLinkedVpCreate(ctx context.Context, params *HolderLinkedVpCreateParams, body HolderLinkedVpCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderLinkedVpCreateWithBody(ctx context.Context, params *HolderLinkedVpCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderLinkedVpDelete(ctx context.Context, linkedVpId string, params *HolderLinkedVpDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderLinkedVpGetDetails(ctx context.Context, linkedVpId string, params *HolderLinkedVpGetDetailsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderLinkedVpList(ctx context.Context, params *HolderLinkedVpListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderOfferPassAuthInfo(ctx context.Context, params *HolderOfferPassAuthInfoParams, body HolderOfferPassAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderOfferPassAuthInfoWithBody(ctx context.Context, params *HolderOfferPassAuthInfoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderOfferProcessAfterConsent(ctx context.Context, interactionId string, params *HolderOfferProcessAfterConsentParams, body HolderOfferProcessAfterConsentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderOfferProcessAfterConsentWithBody(ctx context.Context, interactionId string, params *HolderOfferProcessAfterConsentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderPresentPassAuthInfo(ctx context.Context, params *HolderPresentPassAuthInfoParams, body HolderPresentPassAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) HolderPresentPassAuthInfoWithBody(ctx context.Context, params *HolderPresentPassAuthInfoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) IdTokenRequestCreate(ctx context.Context, params *IdTokenRequestCreateParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) IssuerCredentialTypesList(ctx context.Context, params *IssuerCredentialTypesListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) IssuerInitiateAuthOffer(ctx context.Context, params *IssuerInitiateAuthOfferParams, body IssuerInitiateAuthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) IssuerInitiateAuthOfferWithBody(ctx context.Context, params *IssuerInitiateAuthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) IssuerInitiatePreauthOffer(ctx context.Context, params *IssuerInitiatePreauthOfferParams, body IssuerInitiatePreauthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) IssuerInitiatePreauthOfferWithBody(ctx context.Context, params *IssuerInitiatePreauthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) IssuerXadesSignWithBody(ctx context.Context, params *IssuerXadesSignParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PdfCredentialMakeVp(ctx context.Context, credentialId CredentialId, params *PdfCredentialMakeVpParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PdfCredentialTwinDelete(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PdfCredentialTwinGet(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PdfCredentialTwinUploadWithBody(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinUploadParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfAccreditAs(ctx context.Context, params *TfAccreditAsParams, body TfAccreditAsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfAccreditAsWithBody(ctx context.Context, params *TfAccreditAsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfAccreditRequest(ctx context.Context, params *TfAccreditRequestParams, body TfAccreditRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfAccreditRequestWithBody(ctx context.Context, params *TfAccreditRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfOnboard(ctx context.Context, params *TfOnboardParams, body TfOnboardJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfOnboardRequest(ctx context.Context, params *TfOnboardRequestParams, body TfOnboardRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfOnboardRequestWithBody(ctx context.Context, params *TfOnboardRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfOnboardWithBody(ctx context.Context, params *TfOnboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfRevokeAccreditation(ctx context.Context, params *TfRevokeAccreditationParams, body TfRevokeAccreditationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfRevokeAccreditationWithBody(ctx context.Context, params *TfRevokeAccreditationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfX509CertificateGetRecord(ctx context.Context, serialNumber string, params *TfX509CertificateGetRecordParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfX509CertificateIssue(ctx context.Context, params *TfX509CertificateIssueParams, body TfX509CertificateIssueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfX509CertificateIssueWithBody(ctx context.Context, params *TfX509CertificateIssueParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfX509CertificateListRecords(ctx context.Context, params *TfX509CertificateListRecordsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfX509CertificateUpdateStatus(ctx context.Context, serialNumber string, params *TfX509CertificateUpdateStatusParams, body TfX509CertificateUpdateStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TfX509CertificateUpdateStatusWithBody(ctx context.Context, serialNumber string, params *TfX509CertificateUpdateStatusParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TrustListAdd(ctx context.Context, body TrustListAddJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TrustListAddWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TrustListDelete(ctx context.Context, params *TrustListDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TrustListRefresh(ctx context.Context, params *TrustListRefreshParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TrustListsGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) VerifierInitUrlCreate(ctx context.Context, params *VerifierInitUrlCreateParams, body VerifierInitUrlCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) VerifierInitUrlCreateWithBody(ctx context.Context, params *VerifierInitUrlCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) VerifierLinkedVpVerify(ctx context.Context, params *VerifierLinkedVpVerifyParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) VerifierPdfVerifyWithBody(ctx context.Context, params *VerifierPdfVerifyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletCreate(ctx context.Context, body WalletCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletDelete(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletGet(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletIdentifierGet(ctx context.Context, params *WalletIdentifierGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletKeys(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletList(ctx context.Context, params *WalletListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletNotificationGetByState(ctx context.Context, walletId string, eventType string, state string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletNotificationHistory(ctx context.Context, walletId string, params *WalletNotificationHistoryParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletNotifications(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletPatch(ctx context.Context, walletId string, body WalletPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletPatchWithBody(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletProviderCertificateImport(ctx context.Context, body WalletProviderCertificateImportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletProviderCertificateImportWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletProviderCsrGenerate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletVerifiedCredentialsByState(ctx context.Context, walletId string, state string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletVerifiedCredentialsDeleteByState(ctx context.Context, walletId string, state string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletX509CSRCreate(ctx context.Context, walletId string, body WalletX509CSRCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletX509CSRCreateWithBody(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletX509CertificateGet(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletX509CertificateImport(ctx context.Context, walletId string, body WalletX509CertificateImportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WalletX509CertificateImportWithBody(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WmpAcceptInvitation(ctx context.Context, params *WmpAcceptInvitationParams, body WmpAcceptInvitationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WmpAcceptInvitationWithBody(ctx context.Context, params *WmpAcceptInvitationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WmpClientGetPendingRequests(ctx context.Context, params *WmpClientGetPendingRequestsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WmpClientProcessRequest(ctx context.Context, requestId string, params *WmpClientProcessRequestParams, body WmpClientProcessRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WmpClientProcessRequestWithBody(ctx context.Context, requestId string, params *WmpClientProcessRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WmpCreateNewInvitation(ctx context.Context, params *WmpCreateNewInvitationParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WmpEntityConnectionGet(ctx context.Context, entityId string, params *WmpEntityConnectionGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WmpEntityDelete(ctx context.Context, entityId string, params *WmpEntityDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WmpEntityGet(ctx context.Context, entityId string, params *WmpEntityGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WmpEntityList(ctx context.Context, params *WmpEntityListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WmpEntityServerConnect(ctx context.Context, entityId string, params *WmpEntityServerConnectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- type ClientInterface
- type ClientOption
- type ClientWithResponses
- func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)
- func (c *ClientWithResponses) CredentialCreateWithBodyWithResponse(ctx context.Context, params *CredentialCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialCreateResponse, error)
- func (c *ClientWithResponses) CredentialCreateWithResponse(ctx context.Context, params *CredentialCreateParams, body CredentialCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialCreateResponse, error)
- func (c *ClientWithResponses) CredentialGetWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialGetParams, reqEditors ...RequestEditorFn) (*CredentialGetResponse, error)
- func (c *ClientWithResponses) CredentialImportWithBodyWithResponse(ctx context.Context, params *CredentialImportParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialImportResponse, error)
- func (c *ClientWithResponses) CredentialImportWithResponse(ctx context.Context, params *CredentialImportParams, body CredentialImportJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialImportResponse, error)
- func (c *ClientWithResponses) CredentialIssuanceInitWithBodyWithResponse(ctx context.Context, credentialId string, params *CredentialIssuanceInitParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialIssuanceInitResponse, error)
- func (c *ClientWithResponses) CredentialIssuanceInitWithResponse(ctx context.Context, credentialId string, params *CredentialIssuanceInitParams, body CredentialIssuanceInitJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialIssuanceInitResponse, error)
- func (c *ClientWithResponses) CredentialListWithResponse(ctx context.Context, params *CredentialListParams, reqEditors ...RequestEditorFn) (*CredentialListResponse, error)
- func (c *ClientWithResponses) CredentialMetadataPatchWithBodyWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialMetadataPatchParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialMetadataPatchResponse, error)
- func (c *ClientWithResponses) CredentialMetadataPatchWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialMetadataPatchParams, body CredentialMetadataPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialMetadataPatchResponse, error)
- func (c *ClientWithResponses) CredentialPatchWithBodyWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialPatchParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialPatchResponse, error)
- func (c *ClientWithResponses) CredentialPatchWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialPatchParams, body CredentialPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialPatchResponse, error)
- func (c *ClientWithResponses) CredentialRequestInitWithBodyWithResponse(ctx context.Context, params *CredentialRequestInitParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialRequestInitResponse, error)
- func (c *ClientWithResponses) CredentialRequestInitWithResponse(ctx context.Context, params *CredentialRequestInitParams, body CredentialRequestInitJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialRequestInitResponse, error)
- func (c *ClientWithResponses) CredentialRevokeWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialRevokeParams, reqEditors ...RequestEditorFn) (*CredentialRevokeResponse, error)
- func (c *ClientWithResponses) DeferredStatusWithResponse(ctx context.Context, deferredId string, params *DeferredStatusParams, reqEditors ...RequestEditorFn) (*DeferredStatusResponse, error)
- func (c *ClientWithResponses) DidDocumentGetWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*DidDocumentGetResponse, error)
- func (c *ClientWithResponses) HealthCheckWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*HealthCheckResponse, error)
- func (c *ClientWithResponses) HolderCreateAuthOfferWithBodyWithResponse(ctx context.Context, params *HolderCreateAuthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderCreateAuthOfferResponse, error)
- func (c *ClientWithResponses) HolderCreateAuthOfferWithResponse(ctx context.Context, params *HolderCreateAuthOfferParams, body HolderCreateAuthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderCreateAuthOfferResponse, error)
- func (c *ClientWithResponses) HolderCredentialsPresentAfterConsentWithBodyWithResponse(ctx context.Context, interactionId string, params *HolderCredentialsPresentAfterConsentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderCredentialsPresentAfterConsentResponse, error)
- func (c *ClientWithResponses) HolderCredentialsPresentAfterConsentWithResponse(ctx context.Context, interactionId string, params *HolderCredentialsPresentAfterConsentParams, body HolderCredentialsPresentAfterConsentJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderCredentialsPresentAfterConsentResponse, error)
- func (c *ClientWithResponses) HolderIdTokenSendWithBodyWithResponse(ctx context.Context, params *HolderIdTokenSendParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderIdTokenSendResponse, error)
- func (c *ClientWithResponses) HolderIdTokenSendWithResponse(ctx context.Context, params *HolderIdTokenSendParams, body HolderIdTokenSendJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderIdTokenSendResponse, error)
- func (c *ClientWithResponses) HolderLinkedVpCreateWithBodyWithResponse(ctx context.Context, params *HolderLinkedVpCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderLinkedVpCreateResponse, error)
- func (c *ClientWithResponses) HolderLinkedVpCreateWithResponse(ctx context.Context, params *HolderLinkedVpCreateParams, body HolderLinkedVpCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderLinkedVpCreateResponse, error)
- func (c *ClientWithResponses) HolderLinkedVpDeleteWithResponse(ctx context.Context, linkedVpId string, params *HolderLinkedVpDeleteParams, reqEditors ...RequestEditorFn) (*HolderLinkedVpDeleteResponse, error)
- func (c *ClientWithResponses) HolderLinkedVpGetDetailsWithResponse(ctx context.Context, linkedVpId string, params *HolderLinkedVpGetDetailsParams, reqEditors ...RequestEditorFn) (*HolderLinkedVpGetDetailsResponse, error)
- func (c *ClientWithResponses) HolderLinkedVpListWithResponse(ctx context.Context, params *HolderLinkedVpListParams, reqEditors ...RequestEditorFn) (*HolderLinkedVpListResponse, error)
- func (c *ClientWithResponses) HolderOfferPassAuthInfoWithBodyWithResponse(ctx context.Context, params *HolderOfferPassAuthInfoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderOfferPassAuthInfoResponse, error)
- func (c *ClientWithResponses) HolderOfferPassAuthInfoWithResponse(ctx context.Context, params *HolderOfferPassAuthInfoParams, body HolderOfferPassAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderOfferPassAuthInfoResponse, error)
- func (c *ClientWithResponses) HolderOfferProcessAfterConsentWithBodyWithResponse(ctx context.Context, interactionId string, params *HolderOfferProcessAfterConsentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderOfferProcessAfterConsentResponse, error)
- func (c *ClientWithResponses) HolderOfferProcessAfterConsentWithResponse(ctx context.Context, interactionId string, params *HolderOfferProcessAfterConsentParams, body HolderOfferProcessAfterConsentJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderOfferProcessAfterConsentResponse, error)
- func (c *ClientWithResponses) HolderPresentPassAuthInfoWithBodyWithResponse(ctx context.Context, params *HolderPresentPassAuthInfoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderPresentPassAuthInfoResponse, error)
- func (c *ClientWithResponses) HolderPresentPassAuthInfoWithResponse(ctx context.Context, params *HolderPresentPassAuthInfoParams, body HolderPresentPassAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderPresentPassAuthInfoResponse, error)
- func (c *ClientWithResponses) IdTokenRequestCreateWithResponse(ctx context.Context, params *IdTokenRequestCreateParams, reqEditors ...RequestEditorFn) (*IdTokenRequestCreateResponse, error)
- func (c *ClientWithResponses) IssuerCredentialTypesListWithResponse(ctx context.Context, params *IssuerCredentialTypesListParams, reqEditors ...RequestEditorFn) (*IssuerCredentialTypesListResponse, error)
- func (c *ClientWithResponses) IssuerInitiateAuthOfferWithBodyWithResponse(ctx context.Context, params *IssuerInitiateAuthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IssuerInitiateAuthOfferResponse, error)
- func (c *ClientWithResponses) IssuerInitiateAuthOfferWithResponse(ctx context.Context, params *IssuerInitiateAuthOfferParams, body IssuerInitiateAuthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*IssuerInitiateAuthOfferResponse, error)
- func (c *ClientWithResponses) IssuerInitiatePreauthOfferWithBodyWithResponse(ctx context.Context, params *IssuerInitiatePreauthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IssuerInitiatePreauthOfferResponse, error)
- func (c *ClientWithResponses) IssuerInitiatePreauthOfferWithResponse(ctx context.Context, params *IssuerInitiatePreauthOfferParams, body IssuerInitiatePreauthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*IssuerInitiatePreauthOfferResponse, error)
- func (c *ClientWithResponses) IssuerXadesSignWithBodyWithResponse(ctx context.Context, params *IssuerXadesSignParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IssuerXadesSignResponse, error)
- func (c *ClientWithResponses) PdfCredentialMakeVpWithResponse(ctx context.Context, credentialId CredentialId, params *PdfCredentialMakeVpParams, reqEditors ...RequestEditorFn) (*PdfCredentialMakeVpResponse, error)
- func (c *ClientWithResponses) PdfCredentialTwinDeleteWithResponse(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinDeleteParams, reqEditors ...RequestEditorFn) (*PdfCredentialTwinDeleteResponse, error)
- func (c *ClientWithResponses) PdfCredentialTwinGetWithResponse(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinGetParams, reqEditors ...RequestEditorFn) (*PdfCredentialTwinGetResponse, error)
- func (c *ClientWithResponses) PdfCredentialTwinUploadWithBodyWithResponse(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinUploadParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PdfCredentialTwinUploadResponse, error)
- func (c *ClientWithResponses) TfAccreditAsWithBodyWithResponse(ctx context.Context, params *TfAccreditAsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfAccreditAsResponse, error)
- func (c *ClientWithResponses) TfAccreditAsWithResponse(ctx context.Context, params *TfAccreditAsParams, body TfAccreditAsJSONRequestBody, reqEditors ...RequestEditorFn) (*TfAccreditAsResponse, error)
- func (c *ClientWithResponses) TfAccreditRequestWithBodyWithResponse(ctx context.Context, params *TfAccreditRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfAccreditRequestResponse, error)
- func (c *ClientWithResponses) TfAccreditRequestWithResponse(ctx context.Context, params *TfAccreditRequestParams, body TfAccreditRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*TfAccreditRequestResponse, error)
- func (c *ClientWithResponses) TfOnboardRequestWithBodyWithResponse(ctx context.Context, params *TfOnboardRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfOnboardRequestResponse, error)
- func (c *ClientWithResponses) TfOnboardRequestWithResponse(ctx context.Context, params *TfOnboardRequestParams, body TfOnboardRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*TfOnboardRequestResponse, error)
- func (c *ClientWithResponses) TfOnboardWithBodyWithResponse(ctx context.Context, params *TfOnboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfOnboardResponse, error)
- func (c *ClientWithResponses) TfOnboardWithResponse(ctx context.Context, params *TfOnboardParams, body TfOnboardJSONRequestBody, reqEditors ...RequestEditorFn) (*TfOnboardResponse, error)
- func (c *ClientWithResponses) TfRevokeAccreditationWithBodyWithResponse(ctx context.Context, params *TfRevokeAccreditationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfRevokeAccreditationResponse, error)
- func (c *ClientWithResponses) TfRevokeAccreditationWithResponse(ctx context.Context, params *TfRevokeAccreditationParams, body TfRevokeAccreditationJSONRequestBody, reqEditors ...RequestEditorFn) (*TfRevokeAccreditationResponse, error)
- func (c *ClientWithResponses) TfX509CertificateGetRecordWithResponse(ctx context.Context, serialNumber string, params *TfX509CertificateGetRecordParams, reqEditors ...RequestEditorFn) (*TfX509CertificateGetRecordResponse, error)
- func (c *ClientWithResponses) TfX509CertificateIssueWithBodyWithResponse(ctx context.Context, params *TfX509CertificateIssueParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfX509CertificateIssueResponse, error)
- func (c *ClientWithResponses) TfX509CertificateIssueWithResponse(ctx context.Context, params *TfX509CertificateIssueParams, body TfX509CertificateIssueJSONRequestBody, reqEditors ...RequestEditorFn) (*TfX509CertificateIssueResponse, error)
- func (c *ClientWithResponses) TfX509CertificateListRecordsWithResponse(ctx context.Context, params *TfX509CertificateListRecordsParams, reqEditors ...RequestEditorFn) (*TfX509CertificateListRecordsResponse, error)
- func (c *ClientWithResponses) TfX509CertificateUpdateStatusWithBodyWithResponse(ctx context.Context, serialNumber string, params *TfX509CertificateUpdateStatusParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfX509CertificateUpdateStatusResponse, error)
- func (c *ClientWithResponses) TfX509CertificateUpdateStatusWithResponse(ctx context.Context, serialNumber string, params *TfX509CertificateUpdateStatusParams, body TfX509CertificateUpdateStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*TfX509CertificateUpdateStatusResponse, error)
- func (c *ClientWithResponses) TrustListAddWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrustListAddResponse, error)
- func (c *ClientWithResponses) TrustListAddWithResponse(ctx context.Context, body TrustListAddJSONRequestBody, reqEditors ...RequestEditorFn) (*TrustListAddResponse, error)
- func (c *ClientWithResponses) TrustListDeleteWithResponse(ctx context.Context, params *TrustListDeleteParams, reqEditors ...RequestEditorFn) (*TrustListDeleteResponse, error)
- func (c *ClientWithResponses) TrustListRefreshWithResponse(ctx context.Context, params *TrustListRefreshParams, reqEditors ...RequestEditorFn) (*TrustListRefreshResponse, error)
- func (c *ClientWithResponses) TrustListsGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TrustListsGetResponse, error)
- func (c *ClientWithResponses) VerifierInitUrlCreateWithBodyWithResponse(ctx context.Context, params *VerifierInitUrlCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*VerifierInitUrlCreateResponse, error)
- func (c *ClientWithResponses) VerifierInitUrlCreateWithResponse(ctx context.Context, params *VerifierInitUrlCreateParams, body VerifierInitUrlCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*VerifierInitUrlCreateResponse, error)
- func (c *ClientWithResponses) VerifierLinkedVpVerifyWithResponse(ctx context.Context, params *VerifierLinkedVpVerifyParams, reqEditors ...RequestEditorFn) (*VerifierLinkedVpVerifyResponse, error)
- func (c *ClientWithResponses) VerifierPdfVerifyWithBodyWithResponse(ctx context.Context, params *VerifierPdfVerifyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*VerifierPdfVerifyResponse, error)
- func (c *ClientWithResponses) WalletCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WalletCreateResponse, error)
- func (c *ClientWithResponses) WalletCreateWithResponse(ctx context.Context, body WalletCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WalletCreateResponse, error)
- func (c *ClientWithResponses) WalletDeleteWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*WalletDeleteResponse, error)
- func (c *ClientWithResponses) WalletGetWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*WalletGetResponse, error)
- func (c *ClientWithResponses) WalletIdentifierGetWithResponse(ctx context.Context, params *WalletIdentifierGetParams, reqEditors ...RequestEditorFn) (*WalletIdentifierGetResponse, error)
- func (c *ClientWithResponses) WalletKeysWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*WalletKeysResponse, error)
- func (c *ClientWithResponses) WalletListWithResponse(ctx context.Context, params *WalletListParams, reqEditors ...RequestEditorFn) (*WalletListResponse, error)
- func (c *ClientWithResponses) WalletNotificationGetByStateWithResponse(ctx context.Context, walletId string, eventType string, state string, reqEditors ...RequestEditorFn) (*WalletNotificationGetByStateResponse, error)
- func (c *ClientWithResponses) WalletNotificationHistoryWithResponse(ctx context.Context, walletId string, params *WalletNotificationHistoryParams, reqEditors ...RequestEditorFn) (*WalletNotificationHistoryResponse, error)
- func (c *ClientWithResponses) WalletNotificationsWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*WalletNotificationsResponse, error)
- func (c *ClientWithResponses) WalletPatchWithBodyWithResponse(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WalletPatchResponse, error)
- func (c *ClientWithResponses) WalletPatchWithResponse(ctx context.Context, walletId string, body WalletPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*WalletPatchResponse, error)
- func (c *ClientWithResponses) WalletProviderCertificateImportWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WalletProviderCertificateImportResponse, error)
- func (c *ClientWithResponses) WalletProviderCertificateImportWithResponse(ctx context.Context, body WalletProviderCertificateImportJSONRequestBody, reqEditors ...RequestEditorFn) (*WalletProviderCertificateImportResponse, error)
- func (c *ClientWithResponses) WalletProviderCsrGenerateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*WalletProviderCsrGenerateResponse, error)
- func (c *ClientWithResponses) WalletVerifiedCredentialsByStateWithResponse(ctx context.Context, walletId string, state string, reqEditors ...RequestEditorFn) (*WalletVerifiedCredentialsByStateResponse, error)
- func (c *ClientWithResponses) WalletVerifiedCredentialsDeleteByStateWithResponse(ctx context.Context, walletId string, state string, reqEditors ...RequestEditorFn) (*WalletVerifiedCredentialsDeleteByStateResponse, error)
- func (c *ClientWithResponses) WalletX509CSRCreateWithBodyWithResponse(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WalletX509CSRCreateResponse, error)
- func (c *ClientWithResponses) WalletX509CSRCreateWithResponse(ctx context.Context, walletId string, body WalletX509CSRCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WalletX509CSRCreateResponse, error)
- func (c *ClientWithResponses) WalletX509CertificateGetWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*WalletX509CertificateGetResponse, error)
- func (c *ClientWithResponses) WalletX509CertificateImportWithBodyWithResponse(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WalletX509CertificateImportResponse, error)
- func (c *ClientWithResponses) WalletX509CertificateImportWithResponse(ctx context.Context, walletId string, body WalletX509CertificateImportJSONRequestBody, reqEditors ...RequestEditorFn) (*WalletX509CertificateImportResponse, error)
- func (c *ClientWithResponses) WmpAcceptInvitationWithBodyWithResponse(ctx context.Context, params *WmpAcceptInvitationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WmpAcceptInvitationResponse, error)
- func (c *ClientWithResponses) WmpAcceptInvitationWithResponse(ctx context.Context, params *WmpAcceptInvitationParams, body WmpAcceptInvitationJSONRequestBody, reqEditors ...RequestEditorFn) (*WmpAcceptInvitationResponse, error)
- func (c *ClientWithResponses) WmpClientGetPendingRequestsWithResponse(ctx context.Context, params *WmpClientGetPendingRequestsParams, reqEditors ...RequestEditorFn) (*WmpClientGetPendingRequestsResponse, error)
- func (c *ClientWithResponses) WmpClientProcessRequestWithBodyWithResponse(ctx context.Context, requestId string, params *WmpClientProcessRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WmpClientProcessRequestResponse, error)
- func (c *ClientWithResponses) WmpClientProcessRequestWithResponse(ctx context.Context, requestId string, params *WmpClientProcessRequestParams, body WmpClientProcessRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*WmpClientProcessRequestResponse, error)
- func (c *ClientWithResponses) WmpCreateNewInvitationWithResponse(ctx context.Context, params *WmpCreateNewInvitationParams, reqEditors ...RequestEditorFn) (*WmpCreateNewInvitationResponse, error)
- func (c *ClientWithResponses) WmpEntityConnectionGetWithResponse(ctx context.Context, entityId string, params *WmpEntityConnectionGetParams, reqEditors ...RequestEditorFn) (*WmpEntityConnectionGetResponse, error)
- func (c *ClientWithResponses) WmpEntityDeleteWithResponse(ctx context.Context, entityId string, params *WmpEntityDeleteParams, reqEditors ...RequestEditorFn) (*WmpEntityDeleteResponse, error)
- func (c *ClientWithResponses) WmpEntityGetWithResponse(ctx context.Context, entityId string, params *WmpEntityGetParams, reqEditors ...RequestEditorFn) (*WmpEntityGetResponse, error)
- func (c *ClientWithResponses) WmpEntityListWithResponse(ctx context.Context, params *WmpEntityListParams, reqEditors ...RequestEditorFn) (*WmpEntityListResponse, error)
- func (c *ClientWithResponses) WmpEntityServerConnectWithResponse(ctx context.Context, entityId string, params *WmpEntityServerConnectParams, reqEditors ...RequestEditorFn) (*WmpEntityServerConnectResponse, error)
- type ClientWithResponsesInterface
- type Config
- type CredentialCreateJSONRequestBody
- type CredentialCreateParams
- type CredentialCreateResponse
- type CredentialDraftMetadata
- type CredentialFormat
- type CredentialGetParams
- type CredentialGetResponse
- type CredentialId
- type CredentialIdObject
- type CredentialImport
- type CredentialImportJSONRequestBody
- type CredentialImportParams
- type CredentialImportResponse
- type CredentialIssuanceInit
- type CredentialIssuanceInitJSONRequestBody
- type CredentialIssuanceInitParams
- type CredentialIssuanceInitResponse
- type CredentialIssuanceInitResult
- type CredentialIssuerDefinition
- type CredentialIssuerDefinitionAuthorization
- type CredentialIssuerDefinitionCredentialIssuer
- type CredentialIssuerDefinition_IssuerConfiguration
- func (t CredentialIssuerDefinition_IssuerConfiguration) AsCredentialRequirementsIssuerConfig() (CredentialRequirementsIssuerConfig, error)
- func (t CredentialIssuerDefinition_IssuerConfiguration) AsCtWalletSameIssuerConfig() (CtWalletSameIssuerConfig, error)
- func (t CredentialIssuerDefinition_IssuerConfiguration) AsVPDrivenIssuerConfig() (VPDrivenIssuerConfig, error)
- func (t *CredentialIssuerDefinition_IssuerConfiguration) FromCredentialRequirementsIssuerConfig(v CredentialRequirementsIssuerConfig) error
- func (t *CredentialIssuerDefinition_IssuerConfiguration) FromCtWalletSameIssuerConfig(v CtWalletSameIssuerConfig) error
- func (t *CredentialIssuerDefinition_IssuerConfiguration) FromVPDrivenIssuerConfig(v VPDrivenIssuerConfig) error
- func (t CredentialIssuerDefinition_IssuerConfiguration) MarshalJSON() ([]byte, error)
- func (t *CredentialIssuerDefinition_IssuerConfiguration) MergeCredentialRequirementsIssuerConfig(v CredentialRequirementsIssuerConfig) error
- func (t *CredentialIssuerDefinition_IssuerConfiguration) MergeCtWalletSameIssuerConfig(v CtWalletSameIssuerConfig) error
- func (t *CredentialIssuerDefinition_IssuerConfiguration) MergeVPDrivenIssuerConfig(v VPDrivenIssuerConfig) error
- func (t *CredentialIssuerDefinition_IssuerConfiguration) UnmarshalJSON(b []byte) error
- type CredentialList
- type CredentialListParams
- type CredentialListParamsInteraction
- type CredentialListResponse
- type CredentialMetadata
- type CredentialMetadataInteraction
- type CredentialMetadataPatchJSONRequestBody
- type CredentialMetadataPatchParams
- type CredentialMetadataPatchPayload
- func (a CredentialMetadataPatchPayload) Get(fieldName string) (value interface{}, found bool)
- func (a CredentialMetadataPatchPayload) MarshalJSON() ([]byte, error)
- func (a *CredentialMetadataPatchPayload) Set(fieldName string, value interface{})
- func (a *CredentialMetadataPatchPayload) UnmarshalJSON(b []byte) error
- type CredentialMetadataPatchResponse
- type CredentialMetadataStatus
- type CredentialNotification
- type CredentialNotificationEventType
- type CredentialPatchJSONRequestBody
- type CredentialPatchParams
- type CredentialPatchPayload
- type CredentialPatchResponse
- type CredentialPayload
- type CredentialPropertyToVerify
- type CredentialRequest
- type CredentialRequestInitJSONRequestBody
- type CredentialRequestInitParams
- type CredentialRequestInitResponse
- type CredentialRequirementsIssuerConfig
- type CredentialRevokeParams
- type CredentialRevokeResponse
- type CredentialSubject
- func (t CredentialSubject) AsCredentialSubject1() (CredentialSubject1, error)
- func (t CredentialSubject) AsCredentialSubjectItem() (CredentialSubjectItem, error)
- func (t *CredentialSubject) FromCredentialSubject1(v CredentialSubject1) error
- func (t *CredentialSubject) FromCredentialSubjectItem(v CredentialSubjectItem) error
- func (t CredentialSubject) MarshalJSON() ([]byte, error)
- func (t *CredentialSubject) MergeCredentialSubject1(v CredentialSubject1) error
- func (t *CredentialSubject) MergeCredentialSubjectItem(v CredentialSubjectItem) error
- func (t *CredentialSubject) UnmarshalJSON(b []byte) error
- type CredentialSubject1
- type CredentialSubjectItem
- type CredentialToPresentWrapper
- type CredentialType
- type CredentialTypes
- type CredentialVerifierDefinition
- type CredentialWrapper
- type CtWalletSameIssuerConfig
- type DCQLQuery
- type DCQLQueryClaim
- type DCQLQueryClaimBool
- type DCQLQueryClaimInteger
- type DCQLQueryClaimString
- type DCQLQueryClaim_Path_Item
- func (t DCQLQueryClaim_Path_Item) AsDCQLQueryClaimInteger() (DCQLQueryClaimInteger, error)
- func (t DCQLQueryClaim_Path_Item) AsDCQLQueryClaimString() (DCQLQueryClaimString, error)
- func (t *DCQLQueryClaim_Path_Item) FromDCQLQueryClaimInteger(v DCQLQueryClaimInteger) error
- func (t *DCQLQueryClaim_Path_Item) FromDCQLQueryClaimString(v DCQLQueryClaimString) error
- func (t DCQLQueryClaim_Path_Item) MarshalJSON() ([]byte, error)
- func (t *DCQLQueryClaim_Path_Item) MergeDCQLQueryClaimInteger(v DCQLQueryClaimInteger) error
- func (t *DCQLQueryClaim_Path_Item) MergeDCQLQueryClaimString(v DCQLQueryClaimString) error
- func (t *DCQLQueryClaim_Path_Item) UnmarshalJSON(b []byte) error
- type DCQLQueryClaim_Values_Item
- func (t DCQLQueryClaim_Values_Item) AsDCQLQueryClaimBool() (DCQLQueryClaimBool, error)
- func (t DCQLQueryClaim_Values_Item) AsDCQLQueryClaimInteger() (DCQLQueryClaimInteger, error)
- func (t DCQLQueryClaim_Values_Item) AsDCQLQueryClaimString() (DCQLQueryClaimString, error)
- func (t *DCQLQueryClaim_Values_Item) FromDCQLQueryClaimBool(v DCQLQueryClaimBool) error
- func (t *DCQLQueryClaim_Values_Item) FromDCQLQueryClaimInteger(v DCQLQueryClaimInteger) error
- func (t *DCQLQueryClaim_Values_Item) FromDCQLQueryClaimString(v DCQLQueryClaimString) error
- func (t DCQLQueryClaim_Values_Item) MarshalJSON() ([]byte, error)
- func (t *DCQLQueryClaim_Values_Item) MergeDCQLQueryClaimBool(v DCQLQueryClaimBool) error
- func (t *DCQLQueryClaim_Values_Item) MergeDCQLQueryClaimInteger(v DCQLQueryClaimInteger) error
- func (t *DCQLQueryClaim_Values_Item) MergeDCQLQueryClaimString(v DCQLQueryClaimString) error
- func (t *DCQLQueryClaim_Values_Item) UnmarshalJSON(b []byte) error
- type DCQLQueryCredentials
- type DCQLQueryMeta
- type Deferred
- type DeferredStatus
- type DeferredStatusParams
- type DeferredStatusResponse
- type DidDocumentGetResponse
- type DocumentSignatureValidity
- type DocumentSignatureValidityVerificationResult
- type EbsiConfiguration
- type EbsiSpecificWalletData
- type EntityAccreditationRequest
- type EntityAccreditationRequestType
- type EntityOnboardingRequest
- type Error
- type EudiConfiguration
- type FieldToVerifyBool
- type FieldToVerifyNumber
- type FieldToVerifyString
- type FieldsToVerify
- type FieldsToVerify_Value
- func (t FieldsToVerify_Value) AsFieldToVerifyBool() (FieldToVerifyBool, error)
- func (t FieldsToVerify_Value) AsFieldToVerifyNumber() (FieldToVerifyNumber, error)
- func (t FieldsToVerify_Value) AsFieldToVerifyString() (FieldToVerifyString, error)
- func (t *FieldsToVerify_Value) FromFieldToVerifyBool(v FieldToVerifyBool) error
- func (t *FieldsToVerify_Value) FromFieldToVerifyNumber(v FieldToVerifyNumber) error
- func (t *FieldsToVerify_Value) FromFieldToVerifyString(v FieldToVerifyString) error
- func (t FieldsToVerify_Value) MarshalJSON() ([]byte, error)
- func (t *FieldsToVerify_Value) MergeFieldToVerifyBool(v FieldToVerifyBool) error
- func (t *FieldsToVerify_Value) MergeFieldToVerifyNumber(v FieldToVerifyNumber) error
- func (t *FieldsToVerify_Value) MergeFieldToVerifyString(v FieldToVerifyString) error
- func (t *FieldsToVerify_Value) UnmarshalJSON(b []byte) error
- type ForbiddenError
- type HealthCheckResponse
- type HealthStatus
- type HealthStatusStatus
- type HolderAuthOfferCreationRequest
- type HolderCreateAuthOfferJSONRequestBody
- type HolderCreateAuthOfferParams
- type HolderCreateAuthOfferResponse
- type HolderCredentialsPresentAfterConsentJSONRequestBody
- type HolderCredentialsPresentAfterConsentParams
- type HolderCredentialsPresentAfterConsentResponse
- type HolderIdTokenSendJSONRequestBody
- type HolderIdTokenSendParams
- type HolderIdTokenSendResponse
- type HolderLinkedVpCreateJSONRequestBody
- type HolderLinkedVpCreateParams
- type HolderLinkedVpCreateResponse
- type HolderLinkedVpDeleteParams
- type HolderLinkedVpDeleteResponse
- type HolderLinkedVpGetDetailsParams
- type HolderLinkedVpGetDetailsResponse
- type HolderLinkedVpListParams
- type HolderLinkedVpListResponse
- type HolderOfferPassAuthInfoJSONRequestBody
- type HolderOfferPassAuthInfoParams
- type HolderOfferPassAuthInfoResponse
- type HolderOfferProcessAfterConsentJSONRequestBody
- type HolderOfferProcessAfterConsentParams
- type HolderOfferProcessAfterConsentResponse
- type HolderPresentPassAuthInfoJSONRequestBody
- type HolderPresentPassAuthInfoParams
- type HolderPresentPassAuthInfoResponse
- type HttpRequestDoer
- type IdTokenReceivedNotification
- type IdTokenRequest
- type IdTokenRequestCreateParams
- type IdTokenRequestCreateResponse
- type IdTokenSendRequest
- type IdtlConfiguration
- type InitAuthOffer
- type InitPreAuthOffer
- type InputDescriptorSuitableCredentials
- type InteractionAuthorizationConsent
- type InteractionAuthorizationRequirements
- type InteractionAuthorizationRequirementsRequirementType
- type InternalServerError
- type IssuanceRequirementsToVerify
- type IssuerCredentialTypesListParams
- type IssuerCredentialTypesListResponse
- type IssuerDisplayItem
- type IssuerInitiateAuthOfferJSONRequestBody
- type IssuerInitiateAuthOfferParams
- type IssuerInitiateAuthOfferResponse
- type IssuerInitiatePreauthOfferJSONRequestBody
- type IssuerInitiatePreauthOfferParams
- type IssuerInitiatePreauthOfferResponse
- type IssuerLogo
- type IssuerXadesSignMultipartBody
- type IssuerXadesSignMultipartRequestBody
- type IssuerXadesSignParams
- type IssuerXadesSignResponse
- type LinkedVpCreateRequest
- type LinkedVpList
- type LinkedVpMetadata
- type ListSort
- type NotFoundError
- type NotImplementedError
- type OfferReceivedNotification
- type OidcRevision
- type OidcRevisionOidc4vci
- type OidcRevisionOidc4vp
- type OnboardResult
- type OnboardingRequest
- type PdfCredentialMakeVpParams
- type PdfCredentialMakeVpResponse
- type PdfCredentialTwinDeleteParams
- type PdfCredentialTwinDeleteResponse
- type PdfCredentialTwinGetParams
- type PdfCredentialTwinGetResponse
- type PdfCredentialTwinUploadMultipartBody
- type PdfCredentialTwinUploadMultipartRequestBody
- type PdfCredentialTwinUploadParams
- type PdfCredentialTwinUploadResponse
- type PdfVerificationResponse
- type PreAuthOffer
- type PresentationDefinition
- type PresentationDefinitionFormat
- type PresentationDefinitionFormatAlg
- type PresentationDefinitionInputConstraint
- type PresentationDefinitionInputConstraintField
- type PresentationDefinitionInputDescriptor
- type PresentationDefinitionSubmissionRequirements
- type PresentationDefinitionSubmissionRequirementsRule
- type PresentationRequest
- type RequestEditorFn
- type RevokeAccreditationRequest
- type RevokeAccreditationRequestType
- type SigningKeyIdentifier
- type SystemImpact
- type SystemImpactStatus
- type TfAccreditAsJSONRequestBody
- type TfAccreditAsParams
- type TfAccreditAsResponse
- type TfAccreditRequestJSONRequestBody
- type TfAccreditRequestParams
- type TfAccreditRequestResponse
- type TfOnboardJSONRequestBody
- type TfOnboardParams
- type TfOnboardRequestJSONRequestBody
- type TfOnboardRequestParams
- type TfOnboardRequestResponse
- type TfOnboardResponse
- type TfRevokeAccreditationJSONRequestBody
- type TfRevokeAccreditationParams
- type TfRevokeAccreditationResponse
- type TfX509CertificateGetRecordParams
- type TfX509CertificateGetRecordResponse
- type TfX509CertificateIssueJSONRequestBody
- type TfX509CertificateIssueParams
- type TfX509CertificateIssueResponse
- type TfX509CertificateListRecordsParams
- type TfX509CertificateListRecordsResponse
- type TfX509CertificateUpdateStatusJSONRequestBody
- type TfX509CertificateUpdateStatusParams
- type TfX509CertificateUpdateStatusResponse
- type TrustFrameworkType
- type TrustListAddJSONRequestBody
- type TrustListAddRequest
- type TrustListAddResponse
- type TrustListDeleteParams
- type TrustListDeleteResponse
- type TrustListKind
- type TrustListRefreshParams
- type TrustListRefreshResponse
- type TrustListSource
- type TrustListsGetResponse
- type TrustListsResponse
- type VPDrivenIssuerConfig
- type VcOffer
- type VerifiedLinkedVp
- type VerifiedWrapper
- type VerifierInitUrlCreateJSONRequestBody
- type VerifierInitUrlCreateParams
- type VerifierInitUrlCreateResponse
- type VerifierLinkedVpVerifyParams
- type VerifierLinkedVpVerifyResponse
- type VerifierPdfVerifyMultipartBody
- type VerifierPdfVerifyMultipartRequestBody
- type VerifierPdfVerifyParams
- type VerifierPdfVerifyResponse
- type VerifyInitRequest
- type VerifyInitResponse
- type VerifyQueryFragment
- type VpInvalidNotification
- type VpPresentedNotification
- type VpVerifiedNotification
- type Wallet
- type WalletCapability
- type WalletConfig
- type WalletCreateJSONRequestBody
- type WalletCreatePayload
- type WalletCreateResponse
- type WalletDeleteResponse
- type WalletGetResponse
- type WalletId
- type WalletIdObject
- type WalletIdentifier
- type WalletIdentifierGetParams
- type WalletIdentifierGetResponse
- type WalletKeys
- type WalletKeysResponse
- type WalletList
- type WalletListItem
- type WalletListParams
- type WalletListResponse
- type WalletMetadata
- type WalletNotification
- type WalletNotificationEventType
- type WalletNotificationGetByStateResponse
- type WalletNotificationHistory
- type WalletNotificationHistoryParams
- type WalletNotificationHistoryResponse
- type WalletNotificationList
- type WalletNotification_EventDetails
- func (t WalletNotification_EventDetails) AsCredentialNotification() (CredentialNotification, error)
- func (t WalletNotification_EventDetails) AsIdTokenReceivedNotification() (IdTokenReceivedNotification, error)
- func (t WalletNotification_EventDetails) AsOfferReceivedNotification() (OfferReceivedNotification, error)
- func (t WalletNotification_EventDetails) AsVpInvalidNotification() (VpInvalidNotification, error)
- func (t WalletNotification_EventDetails) AsVpPresentedNotification() (VpPresentedNotification, error)
- func (t WalletNotification_EventDetails) AsVpVerifiedNotification() (VpVerifiedNotification, error)
- func (t WalletNotification_EventDetails) AsWmpNotification() (WmpNotification, error)
- func (t *WalletNotification_EventDetails) FromCredentialNotification(v CredentialNotification) error
- func (t *WalletNotification_EventDetails) FromIdTokenReceivedNotification(v IdTokenReceivedNotification) error
- func (t *WalletNotification_EventDetails) FromOfferReceivedNotification(v OfferReceivedNotification) error
- func (t *WalletNotification_EventDetails) FromVpInvalidNotification(v VpInvalidNotification) error
- func (t *WalletNotification_EventDetails) FromVpPresentedNotification(v VpPresentedNotification) error
- func (t *WalletNotification_EventDetails) FromVpVerifiedNotification(v VpVerifiedNotification) error
- func (t *WalletNotification_EventDetails) FromWmpNotification(v WmpNotification) error
- func (t WalletNotification_EventDetails) MarshalJSON() ([]byte, error)
- func (t *WalletNotification_EventDetails) MergeCredentialNotification(v CredentialNotification) error
- func (t *WalletNotification_EventDetails) MergeIdTokenReceivedNotification(v IdTokenReceivedNotification) error
- func (t *WalletNotification_EventDetails) MergeOfferReceivedNotification(v OfferReceivedNotification) error
- func (t *WalletNotification_EventDetails) MergeVpInvalidNotification(v VpInvalidNotification) error
- func (t *WalletNotification_EventDetails) MergeVpPresentedNotification(v VpPresentedNotification) error
- func (t *WalletNotification_EventDetails) MergeVpVerifiedNotification(v VpVerifiedNotification) error
- func (t *WalletNotification_EventDetails) MergeWmpNotification(v WmpNotification) error
- func (t *WalletNotification_EventDetails) UnmarshalJSON(b []byte) error
- type WalletNotificationsResponse
- type WalletPatchJSONRequestBody
- type WalletPatchPayload
- type WalletPatchResponse
- type WalletProviderCertificateImportJSONRequestBody
- type WalletProviderCertificateImportResponse
- type WalletProviderCertificateRequest
- type WalletProviderCsrGenerateResponse
- type WalletProviderCsrResponse
- type WalletVerifiedCredentialsByStateResponse
- type WalletVerifiedCredentialsDeleteByStateResponse
- type WalletX509CSRCreateJSONRequestBody
- type WalletX509CSRCreateResponse
- type WalletX509CertificateGetResponse
- type WalletX509CertificateImportJSONRequestBody
- type WalletX509CertificateImportResponse
- type WmpAcceptInvitationJSONRequestBody
- type WmpAcceptInvitationParams
- type WmpAcceptInvitationPayload
- type WmpAcceptInvitationResponse
- type WmpAuthenticateSession
- type WmpAuthenticateSessionType
- type WmpClientGetPendingRequestsParams
- type WmpClientGetPendingRequestsResponse
- type WmpClientProcessRequestJSONRequestBody
- type WmpClientProcessRequestParams
- type WmpClientProcessRequestResponse
- type WmpClientRequestBody
- func (t WmpClientRequestBody) AsWmpAuthenticateSession() (WmpAuthenticateSession, error)
- func (t WmpClientRequestBody) AsWmpProcessClientRequest() (WmpProcessClientRequest, error)
- func (t WmpClientRequestBody) AsWmpProvideIdentityAssertion() (WmpProvideIdentityAssertion, error)
- func (t WmpClientRequestBody) Discriminator() (string, error)
- func (t *WmpClientRequestBody) FromWmpAuthenticateSession(v WmpAuthenticateSession) error
- func (t *WmpClientRequestBody) FromWmpProcessClientRequest(v WmpProcessClientRequest) error
- func (t *WmpClientRequestBody) FromWmpProvideIdentityAssertion(v WmpProvideIdentityAssertion) error
- func (t WmpClientRequestBody) MarshalJSON() ([]byte, error)
- func (t *WmpClientRequestBody) MergeWmpAuthenticateSession(v WmpAuthenticateSession) error
- func (t *WmpClientRequestBody) MergeWmpProcessClientRequest(v WmpProcessClientRequest) error
- func (t *WmpClientRequestBody) MergeWmpProvideIdentityAssertion(v WmpProvideIdentityAssertion) error
- func (t *WmpClientRequestBody) UnmarshalJSON(b []byte) error
- func (t WmpClientRequestBody) ValueByDiscriminator() (interface{}, error)
- type WmpCreateInvitationResponse
- type WmpCreateNewInvitationParams
- type WmpCreateNewInvitationResponse
- type WmpEntityConnectionGetParams
- type WmpEntityConnectionGetResponse
- type WmpEntityConnectionStatus
- type WmpEntityDeleteParams
- type WmpEntityDeleteResponse
- type WmpEntityGetParams
- type WmpEntityGetResponse
- type WmpEntityIdObject
- type WmpEntityKeyIdentifier
- type WmpEntityListParams
- type WmpEntityListResponse
- type WmpEntityRecord
- type WmpEntityServerConnectParams
- type WmpEntityServerConnectResponse
- type WmpNotification
- type WmpProcessClientRequest
- type WmpProcessClientRequestType
- type WmpProvideIdentityAssertion
- type WmpProvideIdentityAssertionType
- type WmpRequest
- type WmpRequestType
- type XadesSignatureType
Constants
const (
AuthenticationTypeOAuth = "oauth"
AuthenticationTypeNone = "none"
)
const (
AccessTokenScopes = "accessToken.Scopes"
)
func NewCredentialCreateRequest
func NewCredentialCreateRequest(server string, params *CredentialCreateParams, body CredentialCreateJSONRequestBody) (*http.Request, error)
NewCredentialCreateRequest calls the generic CredentialCreate builder with application/json body
func NewCredentialCreateRequestWithBody
func NewCredentialCreateRequestWithBody(server string, params *CredentialCreateParams, contentType string, body io.Reader) (*http.Request, error)
NewCredentialCreateRequestWithBody generates requests for CredentialCreate with any type of body
func NewCredentialGetRequest
func NewCredentialGetRequest(server string, credentialId CredentialId, params *CredentialGetParams) (*http.Request, error)
NewCredentialGetRequest generates requests for CredentialGet
func NewCredentialImportRequest
func NewCredentialImportRequest(server string, params *CredentialImportParams, body CredentialImportJSONRequestBody) (*http.Request, error)
NewCredentialImportRequest calls the generic CredentialImport builder with application/json body
func NewCredentialImportRequestWithBody
func NewCredentialImportRequestWithBody(server string, params *CredentialImportParams, contentType string, body io.Reader) (*http.Request, error)
NewCredentialImportRequestWithBody generates requests for CredentialImport with any type of body
func NewCredentialIssuanceInitRequest
func NewCredentialIssuanceInitRequest(server string, credentialId string, params *CredentialIssuanceInitParams, body CredentialIssuanceInitJSONRequestBody) (*http.Request, error)
NewCredentialIssuanceInitRequest calls the generic CredentialIssuanceInit builder with application/json body
func NewCredentialIssuanceInitRequestWithBody
func NewCredentialIssuanceInitRequestWithBody(server string, credentialId string, params *CredentialIssuanceInitParams, contentType string, body io.Reader) (*http.Request, error)
NewCredentialIssuanceInitRequestWithBody generates requests for CredentialIssuanceInit with any type of body
func NewCredentialListRequest
func NewCredentialListRequest(server string, params *CredentialListParams) (*http.Request, error)
NewCredentialListRequest generates requests for CredentialList
func NewCredentialMetadataPatchRequest
func NewCredentialMetadataPatchRequest(server string, credentialId CredentialId, params *CredentialMetadataPatchParams, body CredentialMetadataPatchJSONRequestBody) (*http.Request, error)
NewCredentialMetadataPatchRequest calls the generic CredentialMetadataPatch builder with application/json body
func NewCredentialMetadataPatchRequestWithBody
func NewCredentialMetadataPatchRequestWithBody(server string, credentialId CredentialId, params *CredentialMetadataPatchParams, contentType string, body io.Reader) (*http.Request, error)
NewCredentialMetadataPatchRequestWithBody generates requests for CredentialMetadataPatch with any type of body
func NewCredentialPatchRequest
func NewCredentialPatchRequest(server string, credentialId CredentialId, params *CredentialPatchParams, body CredentialPatchJSONRequestBody) (*http.Request, error)
NewCredentialPatchRequest calls the generic CredentialPatch builder with application/json body
func NewCredentialPatchRequestWithBody
func NewCredentialPatchRequestWithBody(server string, credentialId CredentialId, params *CredentialPatchParams, contentType string, body io.Reader) (*http.Request, error)
NewCredentialPatchRequestWithBody generates requests for CredentialPatch with any type of body
func NewCredentialRequestInitRequest
func NewCredentialRequestInitRequest(server string, params *CredentialRequestInitParams, body CredentialRequestInitJSONRequestBody) (*http.Request, error)
NewCredentialRequestInitRequest calls the generic CredentialRequestInit builder with application/json body
func NewCredentialRequestInitRequestWithBody
func NewCredentialRequestInitRequestWithBody(server string, params *CredentialRequestInitParams, contentType string, body io.Reader) (*http.Request, error)
NewCredentialRequestInitRequestWithBody generates requests for CredentialRequestInit with any type of body
func NewCredentialRevokeRequest
func NewCredentialRevokeRequest(server string, credentialId CredentialId, params *CredentialRevokeParams) (*http.Request, error)
NewCredentialRevokeRequest generates requests for CredentialRevoke
func NewDeferredStatusRequest
func NewDeferredStatusRequest(server string, deferredId string, params *DeferredStatusParams) (*http.Request, error)
NewDeferredStatusRequest generates requests for DeferredStatus
func NewDidDocumentGetRequest
func NewDidDocumentGetRequest(server string, walletId string) (*http.Request, error)
NewDidDocumentGetRequest generates requests for DidDocumentGet
func NewHealthCheckRequest
func NewHealthCheckRequest(server string) (*http.Request, error)
NewHealthCheckRequest generates requests for HealthCheck
func NewHolderCreateAuthOfferRequest
func NewHolderCreateAuthOfferRequest(server string, params *HolderCreateAuthOfferParams, body HolderCreateAuthOfferJSONRequestBody) (*http.Request, error)
NewHolderCreateAuthOfferRequest calls the generic HolderCreateAuthOffer builder with application/json body
func NewHolderCreateAuthOfferRequestWithBody
func NewHolderCreateAuthOfferRequestWithBody(server string, params *HolderCreateAuthOfferParams, contentType string, body io.Reader) (*http.Request, error)
NewHolderCreateAuthOfferRequestWithBody generates requests for HolderCreateAuthOffer with any type of body
func NewHolderCredentialsPresentAfterConsentRequest
func NewHolderCredentialsPresentAfterConsentRequest(server string, interactionId string, params *HolderCredentialsPresentAfterConsentParams, body HolderCredentialsPresentAfterConsentJSONRequestBody) (*http.Request, error)
NewHolderCredentialsPresentAfterConsentRequest calls the generic HolderCredentialsPresentAfterConsent builder with application/json body
func NewHolderCredentialsPresentAfterConsentRequestWithBody
func NewHolderCredentialsPresentAfterConsentRequestWithBody(server string, interactionId string, params *HolderCredentialsPresentAfterConsentParams, contentType string, body io.Reader) (*http.Request, error)
NewHolderCredentialsPresentAfterConsentRequestWithBody generates requests for HolderCredentialsPresentAfterConsent with any type of body
func NewHolderIdTokenSendRequest
func NewHolderIdTokenSendRequest(server string, params *HolderIdTokenSendParams, body HolderIdTokenSendJSONRequestBody) (*http.Request, error)
NewHolderIdTokenSendRequest calls the generic HolderIdTokenSend builder with application/json body
func NewHolderIdTokenSendRequestWithBody
func NewHolderIdTokenSendRequestWithBody(server string, params *HolderIdTokenSendParams, contentType string, body io.Reader) (*http.Request, error)
NewHolderIdTokenSendRequestWithBody generates requests for HolderIdTokenSend with any type of body
func NewHolderLinkedVpCreateRequest
func NewHolderLinkedVpCreateRequest(server string, params *HolderLinkedVpCreateParams, body HolderLinkedVpCreateJSONRequestBody) (*http.Request, error)
NewHolderLinkedVpCreateRequest calls the generic HolderLinkedVpCreate builder with application/json body
func NewHolderLinkedVpCreateRequestWithBody
func NewHolderLinkedVpCreateRequestWithBody(server string, params *HolderLinkedVpCreateParams, contentType string, body io.Reader) (*http.Request, error)
NewHolderLinkedVpCreateRequestWithBody generates requests for HolderLinkedVpCreate with any type of body
func NewHolderLinkedVpDeleteRequest
func NewHolderLinkedVpDeleteRequest(server string, linkedVpId string, params *HolderLinkedVpDeleteParams) (*http.Request, error)
NewHolderLinkedVpDeleteRequest generates requests for HolderLinkedVpDelete
func NewHolderLinkedVpGetDetailsRequest
func NewHolderLinkedVpGetDetailsRequest(server string, linkedVpId string, params *HolderLinkedVpGetDetailsParams) (*http.Request, error)
NewHolderLinkedVpGetDetailsRequest generates requests for HolderLinkedVpGetDetails
func NewHolderLinkedVpListRequest
func NewHolderLinkedVpListRequest(server string, params *HolderLinkedVpListParams) (*http.Request, error)
NewHolderLinkedVpListRequest generates requests for HolderLinkedVpList
func NewHolderOfferPassAuthInfoRequest
func NewHolderOfferPassAuthInfoRequest(server string, params *HolderOfferPassAuthInfoParams, body HolderOfferPassAuthInfoJSONRequestBody) (*http.Request, error)
NewHolderOfferPassAuthInfoRequest calls the generic HolderOfferPassAuthInfo builder with application/json body
func NewHolderOfferPassAuthInfoRequestWithBody
func NewHolderOfferPassAuthInfoRequestWithBody(server string, params *HolderOfferPassAuthInfoParams, contentType string, body io.Reader) (*http.Request, error)
NewHolderOfferPassAuthInfoRequestWithBody generates requests for HolderOfferPassAuthInfo with any type of body
func NewHolderOfferProcessAfterConsentRequest
func NewHolderOfferProcessAfterConsentRequest(server string, interactionId string, params *HolderOfferProcessAfterConsentParams, body HolderOfferProcessAfterConsentJSONRequestBody) (*http.Request, error)
NewHolderOfferProcessAfterConsentRequest calls the generic HolderOfferProcessAfterConsent builder with application/json body
func NewHolderOfferProcessAfterConsentRequestWithBody
func NewHolderOfferProcessAfterConsentRequestWithBody(server string, interactionId string, params *HolderOfferProcessAfterConsentParams, contentType string, body io.Reader) (*http.Request, error)
NewHolderOfferProcessAfterConsentRequestWithBody generates requests for HolderOfferProcessAfterConsent with any type of body
func NewHolderPresentPassAuthInfoRequest
func NewHolderPresentPassAuthInfoRequest(server string, params *HolderPresentPassAuthInfoParams, body HolderPresentPassAuthInfoJSONRequestBody) (*http.Request, error)
NewHolderPresentPassAuthInfoRequest calls the generic HolderPresentPassAuthInfo builder with application/json body
func NewHolderPresentPassAuthInfoRequestWithBody
func NewHolderPresentPassAuthInfoRequestWithBody(server string, params *HolderPresentPassAuthInfoParams, contentType string, body io.Reader) (*http.Request, error)
NewHolderPresentPassAuthInfoRequestWithBody generates requests for HolderPresentPassAuthInfo with any type of body
func NewIdTokenRequestCreateRequest
func NewIdTokenRequestCreateRequest(server string, params *IdTokenRequestCreateParams) (*http.Request, error)
NewIdTokenRequestCreateRequest generates requests for IdTokenRequestCreate
func NewIssuerCredentialTypesListRequest
func NewIssuerCredentialTypesListRequest(server string, params *IssuerCredentialTypesListParams) (*http.Request, error)
NewIssuerCredentialTypesListRequest generates requests for IssuerCredentialTypesList
func NewIssuerInitiateAuthOfferRequest
func NewIssuerInitiateAuthOfferRequest(server string, params *IssuerInitiateAuthOfferParams, body IssuerInitiateAuthOfferJSONRequestBody) (*http.Request, error)
NewIssuerInitiateAuthOfferRequest calls the generic IssuerInitiateAuthOffer builder with application/json body
func NewIssuerInitiateAuthOfferRequestWithBody
func NewIssuerInitiateAuthOfferRequestWithBody(server string, params *IssuerInitiateAuthOfferParams, contentType string, body io.Reader) (*http.Request, error)
NewIssuerInitiateAuthOfferRequestWithBody generates requests for IssuerInitiateAuthOffer with any type of body
func NewIssuerInitiatePreauthOfferRequest
func NewIssuerInitiatePreauthOfferRequest(server string, params *IssuerInitiatePreauthOfferParams, body IssuerInitiatePreauthOfferJSONRequestBody) (*http.Request, error)
NewIssuerInitiatePreauthOfferRequest calls the generic IssuerInitiatePreauthOffer builder with application/json body
func NewIssuerInitiatePreauthOfferRequestWithBody
func NewIssuerInitiatePreauthOfferRequestWithBody(server string, params *IssuerInitiatePreauthOfferParams, contentType string, body io.Reader) (*http.Request, error)
NewIssuerInitiatePreauthOfferRequestWithBody generates requests for IssuerInitiatePreauthOffer with any type of body
func NewIssuerXadesSignRequestWithBody
func NewIssuerXadesSignRequestWithBody(server string, params *IssuerXadesSignParams, contentType string, body io.Reader) (*http.Request, error)
NewIssuerXadesSignRequestWithBody generates requests for IssuerXadesSign with any type of body
func NewPdfCredentialMakeVpRequest
func NewPdfCredentialMakeVpRequest(server string, credentialId CredentialId, params *PdfCredentialMakeVpParams) (*http.Request, error)
NewPdfCredentialMakeVpRequest generates requests for PdfCredentialMakeVp
func NewPdfCredentialTwinDeleteRequest
func NewPdfCredentialTwinDeleteRequest(server string, credentialId CredentialId, params *PdfCredentialTwinDeleteParams) (*http.Request, error)
NewPdfCredentialTwinDeleteRequest generates requests for PdfCredentialTwinDelete
func NewPdfCredentialTwinGetRequest
func NewPdfCredentialTwinGetRequest(server string, credentialId CredentialId, params *PdfCredentialTwinGetParams) (*http.Request, error)
NewPdfCredentialTwinGetRequest generates requests for PdfCredentialTwinGet
func NewPdfCredentialTwinUploadRequestWithBody
func NewPdfCredentialTwinUploadRequestWithBody(server string, credentialId CredentialId, params *PdfCredentialTwinUploadParams, contentType string, body io.Reader) (*http.Request, error)
NewPdfCredentialTwinUploadRequestWithBody generates requests for PdfCredentialTwinUpload with any type of body
func NewTfAccreditAsRequest
func NewTfAccreditAsRequest(server string, params *TfAccreditAsParams, body TfAccreditAsJSONRequestBody) (*http.Request, error)
NewTfAccreditAsRequest calls the generic TfAccreditAs builder with application/json body
func NewTfAccreditAsRequestWithBody
func NewTfAccreditAsRequestWithBody(server string, params *TfAccreditAsParams, contentType string, body io.Reader) (*http.Request, error)
NewTfAccreditAsRequestWithBody generates requests for TfAccreditAs with any type of body
func NewTfAccreditRequestRequest
func NewTfAccreditRequestRequest(server string, params *TfAccreditRequestParams, body TfAccreditRequestJSONRequestBody) (*http.Request, error)
NewTfAccreditRequestRequest calls the generic TfAccreditRequest builder with application/json body
func NewTfAccreditRequestRequestWithBody
func NewTfAccreditRequestRequestWithBody(server string, params *TfAccreditRequestParams, contentType string, body io.Reader) (*http.Request, error)
NewTfAccreditRequestRequestWithBody generates requests for TfAccreditRequest with any type of body
func NewTfOnboardRequest
func NewTfOnboardRequest(server string, params *TfOnboardParams, body TfOnboardJSONRequestBody) (*http.Request, error)
NewTfOnboardRequest calls the generic TfOnboard builder with application/json body
func NewTfOnboardRequestRequest
func NewTfOnboardRequestRequest(server string, params *TfOnboardRequestParams, body TfOnboardRequestJSONRequestBody) (*http.Request, error)
NewTfOnboardRequestRequest calls the generic TfOnboardRequest builder with application/json body
func NewTfOnboardRequestRequestWithBody
func NewTfOnboardRequestRequestWithBody(server string, params *TfOnboardRequestParams, contentType string, body io.Reader) (*http.Request, error)
NewTfOnboardRequestRequestWithBody generates requests for TfOnboardRequest with any type of body
func NewTfOnboardRequestWithBody
func NewTfOnboardRequestWithBody(server string, params *TfOnboardParams, contentType string, body io.Reader) (*http.Request, error)
NewTfOnboardRequestWithBody generates requests for TfOnboard with any type of body
func NewTfRevokeAccreditationRequest
func NewTfRevokeAccreditationRequest(server string, params *TfRevokeAccreditationParams, body TfRevokeAccreditationJSONRequestBody) (*http.Request, error)
NewTfRevokeAccreditationRequest calls the generic TfRevokeAccreditation builder with application/json body
func NewTfRevokeAccreditationRequestWithBody
func NewTfRevokeAccreditationRequestWithBody(server string, params *TfRevokeAccreditationParams, contentType string, body io.Reader) (*http.Request, error)
NewTfRevokeAccreditationRequestWithBody generates requests for TfRevokeAccreditation with any type of body
func NewTfX509CertificateGetRecordRequest
func NewTfX509CertificateGetRecordRequest(server string, serialNumber string, params *TfX509CertificateGetRecordParams) (*http.Request, error)
NewTfX509CertificateGetRecordRequest generates requests for TfX509CertificateGetRecord
func NewTfX509CertificateIssueRequest
func NewTfX509CertificateIssueRequest(server string, params *TfX509CertificateIssueParams, body TfX509CertificateIssueJSONRequestBody) (*http.Request, error)
NewTfX509CertificateIssueRequest calls the generic TfX509CertificateIssue builder with application/json body
func NewTfX509CertificateIssueRequestWithBody
func NewTfX509CertificateIssueRequestWithBody(server string, params *TfX509CertificateIssueParams, contentType string, body io.Reader) (*http.Request, error)
NewTfX509CertificateIssueRequestWithBody generates requests for TfX509CertificateIssue with any type of body
func NewTfX509CertificateListRecordsRequest
func NewTfX509CertificateListRecordsRequest(server string, params *TfX509CertificateListRecordsParams) (*http.Request, error)
NewTfX509CertificateListRecordsRequest generates requests for TfX509CertificateListRecords
func NewTfX509CertificateUpdateStatusRequest
func NewTfX509CertificateUpdateStatusRequest(server string, serialNumber string, params *TfX509CertificateUpdateStatusParams, body TfX509CertificateUpdateStatusJSONRequestBody) (*http.Request, error)
NewTfX509CertificateUpdateStatusRequest calls the generic TfX509CertificateUpdateStatus builder with application/json body
func NewTfX509CertificateUpdateStatusRequestWithBody
func NewTfX509CertificateUpdateStatusRequestWithBody(server string, serialNumber string, params *TfX509CertificateUpdateStatusParams, contentType string, body io.Reader) (*http.Request, error)
NewTfX509CertificateUpdateStatusRequestWithBody generates requests for TfX509CertificateUpdateStatus with any type of body
func NewTrustListAddRequest
func NewTrustListAddRequest(server string, body TrustListAddJSONRequestBody) (*http.Request, error)
NewTrustListAddRequest calls the generic TrustListAdd builder with application/json body
func NewTrustListAddRequestWithBody
func NewTrustListAddRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewTrustListAddRequestWithBody generates requests for TrustListAdd with any type of body
func NewTrustListDeleteRequest
func NewTrustListDeleteRequest(server string, params *TrustListDeleteParams) (*http.Request, error)
NewTrustListDeleteRequest generates requests for TrustListDelete
func NewTrustListRefreshRequest
func NewTrustListRefreshRequest(server string, params *TrustListRefreshParams) (*http.Request, error)
NewTrustListRefreshRequest generates requests for TrustListRefresh
func NewTrustListsGetRequest
func NewTrustListsGetRequest(server string) (*http.Request, error)
NewTrustListsGetRequest generates requests for TrustListsGet
func NewVerifierInitUrlCreateRequest
func NewVerifierInitUrlCreateRequest(server string, params *VerifierInitUrlCreateParams, body VerifierInitUrlCreateJSONRequestBody) (*http.Request, error)
NewVerifierInitUrlCreateRequest calls the generic VerifierInitUrlCreate builder with application/json body
func NewVerifierInitUrlCreateRequestWithBody
func NewVerifierInitUrlCreateRequestWithBody(server string, params *VerifierInitUrlCreateParams, contentType string, body io.Reader) (*http.Request, error)
NewVerifierInitUrlCreateRequestWithBody generates requests for VerifierInitUrlCreate with any type of body
func NewVerifierLinkedVpVerifyRequest
func NewVerifierLinkedVpVerifyRequest(server string, params *VerifierLinkedVpVerifyParams) (*http.Request, error)
NewVerifierLinkedVpVerifyRequest generates requests for VerifierLinkedVpVerify
func NewVerifierPdfVerifyRequestWithBody
func NewVerifierPdfVerifyRequestWithBody(server string, params *VerifierPdfVerifyParams, contentType string, body io.Reader) (*http.Request, error)
NewVerifierPdfVerifyRequestWithBody generates requests for VerifierPdfVerify with any type of body
func NewWalletCreateRequest
func NewWalletCreateRequest(server string, body WalletCreateJSONRequestBody) (*http.Request, error)
NewWalletCreateRequest calls the generic WalletCreate builder with application/json body
func NewWalletCreateRequestWithBody
func NewWalletCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewWalletCreateRequestWithBody generates requests for WalletCreate with any type of body
func NewWalletDeleteRequest
func NewWalletDeleteRequest(server string, walletId string) (*http.Request, error)
NewWalletDeleteRequest generates requests for WalletDelete
func NewWalletGetRequest
func NewWalletGetRequest(server string, walletId string) (*http.Request, error)
NewWalletGetRequest generates requests for WalletGet
func NewWalletIdentifierGetRequest
func NewWalletIdentifierGetRequest(server string, params *WalletIdentifierGetParams) (*http.Request, error)
NewWalletIdentifierGetRequest generates requests for WalletIdentifierGet
func NewWalletKeysRequest
func NewWalletKeysRequest(server string, walletId string) (*http.Request, error)
NewWalletKeysRequest generates requests for WalletKeys
func NewWalletListRequest
func NewWalletListRequest(server string, params *WalletListParams) (*http.Request, error)
NewWalletListRequest generates requests for WalletList
func NewWalletNotificationGetByStateRequest
func NewWalletNotificationGetByStateRequest(server string, walletId string, eventType string, state string) (*http.Request, error)
NewWalletNotificationGetByStateRequest generates requests for WalletNotificationGetByState
func NewWalletNotificationHistoryRequest
func NewWalletNotificationHistoryRequest(server string, walletId string, params *WalletNotificationHistoryParams) (*http.Request, error)
NewWalletNotificationHistoryRequest generates requests for WalletNotificationHistory
func NewWalletNotificationsRequest
func NewWalletNotificationsRequest(server string, walletId string) (*http.Request, error)
NewWalletNotificationsRequest generates requests for WalletNotifications
func NewWalletPatchRequest
func NewWalletPatchRequest(server string, walletId string, body WalletPatchJSONRequestBody) (*http.Request, error)
NewWalletPatchRequest calls the generic WalletPatch builder with application/json body
func NewWalletPatchRequestWithBody
func NewWalletPatchRequestWithBody(server string, walletId string, contentType string, body io.Reader) (*http.Request, error)
NewWalletPatchRequestWithBody generates requests for WalletPatch with any type of body
func NewWalletProviderCertificateImportRequest
func NewWalletProviderCertificateImportRequest(server string, body WalletProviderCertificateImportJSONRequestBody) (*http.Request, error)
NewWalletProviderCertificateImportRequest calls the generic WalletProviderCertificateImport builder with application/json body
func NewWalletProviderCertificateImportRequestWithBody
func NewWalletProviderCertificateImportRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewWalletProviderCertificateImportRequestWithBody generates requests for WalletProviderCertificateImport with any type of body
func NewWalletProviderCsrGenerateRequest
func NewWalletProviderCsrGenerateRequest(server string) (*http.Request, error)
NewWalletProviderCsrGenerateRequest generates requests for WalletProviderCsrGenerate
func NewWalletVerifiedCredentialsByStateRequest
func NewWalletVerifiedCredentialsByStateRequest(server string, walletId string, state string) (*http.Request, error)
NewWalletVerifiedCredentialsByStateRequest generates requests for WalletVerifiedCredentialsByState
func NewWalletVerifiedCredentialsDeleteByStateRequest
func NewWalletVerifiedCredentialsDeleteByStateRequest(server string, walletId string, state string) (*http.Request, error)
NewWalletVerifiedCredentialsDeleteByStateRequest generates requests for WalletVerifiedCredentialsDeleteByState
func NewWalletX509CSRCreateRequest
func NewWalletX509CSRCreateRequest(server string, walletId string, body WalletX509CSRCreateJSONRequestBody) (*http.Request, error)
NewWalletX509CSRCreateRequest calls the generic WalletX509CSRCreate builder with application/json body
func NewWalletX509CSRCreateRequestWithBody
func NewWalletX509CSRCreateRequestWithBody(server string, walletId string, contentType string, body io.Reader) (*http.Request, error)
NewWalletX509CSRCreateRequestWithBody generates requests for WalletX509CSRCreate with any type of body
func NewWalletX509CertificateGetRequest
func NewWalletX509CertificateGetRequest(server string, walletId string) (*http.Request, error)
NewWalletX509CertificateGetRequest generates requests for WalletX509CertificateGet
func NewWalletX509CertificateImportRequest
func NewWalletX509CertificateImportRequest(server string, walletId string, body WalletX509CertificateImportJSONRequestBody) (*http.Request, error)
NewWalletX509CertificateImportRequest calls the generic WalletX509CertificateImport builder with application/json body
func NewWalletX509CertificateImportRequestWithBody
func NewWalletX509CertificateImportRequestWithBody(server string, walletId string, contentType string, body io.Reader) (*http.Request, error)
NewWalletX509CertificateImportRequestWithBody generates requests for WalletX509CertificateImport with any type of body
func NewWmpAcceptInvitationRequest
func NewWmpAcceptInvitationRequest(server string, params *WmpAcceptInvitationParams, body WmpAcceptInvitationJSONRequestBody) (*http.Request, error)
NewWmpAcceptInvitationRequest calls the generic WmpAcceptInvitation builder with application/json body
func NewWmpAcceptInvitationRequestWithBody
func NewWmpAcceptInvitationRequestWithBody(server string, params *WmpAcceptInvitationParams, contentType string, body io.Reader) (*http.Request, error)
NewWmpAcceptInvitationRequestWithBody generates requests for WmpAcceptInvitation with any type of body
func NewWmpClientGetPendingRequestsRequest
func NewWmpClientGetPendingRequestsRequest(server string, params *WmpClientGetPendingRequestsParams) (*http.Request, error)
NewWmpClientGetPendingRequestsRequest generates requests for WmpClientGetPendingRequests
func NewWmpClientProcessRequestRequest
func NewWmpClientProcessRequestRequest(server string, requestId string, params *WmpClientProcessRequestParams, body WmpClientProcessRequestJSONRequestBody) (*http.Request, error)
NewWmpClientProcessRequestRequest calls the generic WmpClientProcessRequest builder with application/json body
func NewWmpClientProcessRequestRequestWithBody
func NewWmpClientProcessRequestRequestWithBody(server string, requestId string, params *WmpClientProcessRequestParams, contentType string, body io.Reader) (*http.Request, error)
NewWmpClientProcessRequestRequestWithBody generates requests for WmpClientProcessRequest with any type of body
func NewWmpCreateNewInvitationRequest
func NewWmpCreateNewInvitationRequest(server string, params *WmpCreateNewInvitationParams) (*http.Request, error)
NewWmpCreateNewInvitationRequest generates requests for WmpCreateNewInvitation
func NewWmpEntityConnectionGetRequest
func NewWmpEntityConnectionGetRequest(server string, entityId string, params *WmpEntityConnectionGetParams) (*http.Request, error)
NewWmpEntityConnectionGetRequest generates requests for WmpEntityConnectionGet
func NewWmpEntityDeleteRequest
func NewWmpEntityDeleteRequest(server string, entityId string, params *WmpEntityDeleteParams) (*http.Request, error)
NewWmpEntityDeleteRequest generates requests for WmpEntityDelete
func NewWmpEntityGetRequest
func NewWmpEntityGetRequest(server string, entityId string, params *WmpEntityGetParams) (*http.Request, error)
NewWmpEntityGetRequest generates requests for WmpEntityGet
func NewWmpEntityListRequest
func NewWmpEntityListRequest(server string, params *WmpEntityListParams) (*http.Request, error)
NewWmpEntityListRequest generates requests for WmpEntityList
func NewWmpEntityServerConnectRequest
func NewWmpEntityServerConnectRequest(server string, entityId string, params *WmpEntityServerConnectParams) (*http.Request, error)
NewWmpEntityServerConnectRequest generates requests for WmpEntityServerConnect
type AccreditationRequest
AccreditationRequest Accreditation request of own wallet.
type AccreditationRequest struct {
Type AccreditationRequestType `json:"type"`
}
type AccreditationRequestType
AccreditationRequestType defines model for AccreditationRequest.Type.
type AccreditationRequestType string
Defines values for AccreditationRequestType.
const (
AccreditationRequestTypeRootTrustedAccreditationOrganisation AccreditationRequestType = "RootTrustedAccreditationOrganisation"
AccreditationRequestTypeTrustedAccreditationOrganisation AccreditationRequestType = "TrustedAccreditationOrganisation"
AccreditationRequestTypeTrustedIssuer AccreditationRequestType = "TrustedIssuer"
)
type AuthOffer
AuthOffer The authorized flow initiation result consisting of the issuer state and URL
type AuthOffer struct {
IssuerUrl string `json:"issuerUrl"`
Offer string `json:"offer"`
OfferId string `json:"offerId"`
State string `json:"state"`
ValidUntil time.Time `json:"validUntil"`
}
type AuthenticationOAuth
type AuthenticationOAuth struct {
TokenUrl string `yaml:"tokenUrl"`
ClientId string `yaml:"clientId"`
ClientSecret string `yaml:"clientSecret"`
}
type BadRequestError
BadRequestError Common error message
type BadRequestError = Error
type CSRCreateRequest
CSRCreateRequest defines model for CSRCreateRequest.
type CSRCreateRequest struct {
Country string `json:"country"`
// Did DID identifier that will be added among Subject Alternative Names
Did *string `json:"did,omitempty"`
Email string `json:"email"`
Locality string `json:"locality"`
OrganizationName string `json:"organizationName"`
OrganizationWebsite string `json:"organizationWebsite"`
PostalCode string `json:"postalCode"`
Province *string `json:"province,omitempty"`
StreetAddress string `json:"streetAddress"`
TradeName *string `json:"tradeName,omitempty"`
}
type CSRCreateResponse
CSRCreateResponse defines model for CSRCreateResponse.
type CSRCreateResponse struct {
Csr string `json:"csr"`
}
type CertificateImportRequest
CertificateImportRequest defines model for CertificateImportRequest.
type CertificateImportRequest struct {
Certificate string `json:"certificate"`
}
type CertificateIssueRequest
CertificateIssueRequest defines model for CertificateIssueRequest.
type CertificateIssueRequest struct {
AttachStatus *bool `json:"attachStatus,omitempty"`
Ca *bool `json:"ca,omitempty"`
Csr string `json:"csr"`
ExpirationDate time.Time `json:"expirationDate"`
}
type CertificateIssueResponse
CertificateIssueResponse defines model for CertificateIssueResponse.
type CertificateIssueResponse struct {
Certificate string `json:"certificate"`
}
type CertificateRecordGetResponse
CertificateRecordGetResponse defines model for CertificateRecordGetResponse.
type CertificateRecordGetResponse struct {
CertificateStatus *CertificateStatus `json:"certificateStatus,omitempty"`
Country *string `json:"country,omitempty"`
Email *string `json:"email,omitempty"`
Locality *string `json:"locality,omitempty"`
OrganizationName *string `json:"organizationName,omitempty"`
OrganizationWebsite *string `json:"organizationWebsite,omitempty"`
PostalCode *string `json:"postalCode,omitempty"`
SerialNumber *string `json:"serialNumber,omitempty"`
StreetAddress *string `json:"streetAddress,omitempty"`
TradeName *string `json:"tradeName,omitempty"`
Uris *[]string `json:"uris,omitempty"`
}
type CertificateRecordList
CertificateRecordList defines model for CertificateRecordList.
type CertificateRecordList = []CertificateRecordGetResponse
type CertificateStatus
CertificateStatus defines model for CertificateStatus.
type CertificateStatus string
Defines values for CertificateStatus.
const (
CertificateStatusRevokedAffiliationChanged CertificateStatus = "revoked_affiliationChanged"
CertificateStatusRevokedCessationOfOperation CertificateStatus = "revoked_cessationOfOperation"
CertificateStatusRevokedKeyCompromise CertificateStatus = "revoked_keyCompromise"
CertificateStatusRevokedPrivilegeWithdrawn CertificateStatus = "revoked_privilegeWithdrawn"
CertificateStatusRevokedSuperseded CertificateStatus = "revoked_superseded"
CertificateStatusRevokedUnspecified CertificateStatus = "revoked_unspecified"
CertificateStatusValid CertificateStatus = "valid"
)
type CertificateStatusUpdateRequest
CertificateStatusUpdateRequest defines model for CertificateStatusUpdateRequest.
type CertificateStatusUpdateRequest struct {
Status CertificateStatus `json:"status"`
}
type Client
Client which conforms to the OpenAPI3 specification for this service.
type Client struct {
// The endpoint of the server conforming to this interface, with scheme,
// https://api.deepmap.com for example. This can contain a path relative
// to the server, such as https://api.deepmap.com/dev-test, and all the
// paths in the swagger spec will be appended to the server.
Server string
// Doer for performing requests, typically a *http.Client with any
// customized settings, such as certificate chains.
Client HttpRequestDoer
// A list of callbacks for modifying requests which are generated before sending over
// the network.
RequestEditors []RequestEditorFn
}
func NewClient
func NewClient(server string, opts ...ClientOption) (*Client, error)
Creates a new Client, with reasonable defaults
func (*Client) CredentialCreate
func (c *Client) CredentialCreate(ctx context.Context, params *CredentialCreateParams, body CredentialCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CredentialCreateWithBody
func (c *Client) CredentialCreateWithBody(ctx context.Context, params *CredentialCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CredentialGet
func (c *Client) CredentialGet(ctx context.Context, credentialId CredentialId, params *CredentialGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CredentialImport
func (c *Client) CredentialImport(ctx context.Context, params *CredentialImportParams, body CredentialImportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CredentialImportWithBody
func (c *Client) CredentialImportWithBody(ctx context.Context, params *CredentialImportParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CredentialIssuanceInit
func (c *Client) CredentialIssuanceInit(ctx context.Context, credentialId string, params *CredentialIssuanceInitParams, body CredentialIssuanceInitJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CredentialIssuanceInitWithBody
func (c *Client) CredentialIssuanceInitWithBody(ctx context.Context, credentialId string, params *CredentialIssuanceInitParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CredentialList
func (c *Client) CredentialList(ctx context.Context, params *CredentialListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CredentialMetadataPatch
func (c *Client) CredentialMetadataPatch(ctx context.Context, credentialId CredentialId, params *CredentialMetadataPatchParams, body CredentialMetadataPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CredentialMetadataPatchWithBody
func (c *Client) CredentialMetadataPatchWithBody(ctx context.Context, credentialId CredentialId, params *CredentialMetadataPatchParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CredentialPatch
func (c *Client) CredentialPatch(ctx context.Context, credentialId CredentialId, params *CredentialPatchParams, body CredentialPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CredentialPatchWithBody
func (c *Client) CredentialPatchWithBody(ctx context.Context, credentialId CredentialId, params *CredentialPatchParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CredentialRequestInit
func (c *Client) CredentialRequestInit(ctx context.Context, params *CredentialRequestInitParams, body CredentialRequestInitJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CredentialRequestInitWithBody
func (c *Client) CredentialRequestInitWithBody(ctx context.Context, params *CredentialRequestInitParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CredentialRevoke
func (c *Client) CredentialRevoke(ctx context.Context, credentialId CredentialId, params *CredentialRevokeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DeferredStatus
func (c *Client) DeferredStatus(ctx context.Context, deferredId string, params *DeferredStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DidDocumentGet
func (c *Client) DidDocumentGet(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HealthCheck
func (c *Client) HealthCheck(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderCreateAuthOffer
func (c *Client) HolderCreateAuthOffer(ctx context.Context, params *HolderCreateAuthOfferParams, body HolderCreateAuthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderCreateAuthOfferWithBody
func (c *Client) HolderCreateAuthOfferWithBody(ctx context.Context, params *HolderCreateAuthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderCredentialsPresentAfterConsent
func (c *Client) HolderCredentialsPresentAfterConsent(ctx context.Context, interactionId string, params *HolderCredentialsPresentAfterConsentParams, body HolderCredentialsPresentAfterConsentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderCredentialsPresentAfterConsentWithBody
func (c *Client) HolderCredentialsPresentAfterConsentWithBody(ctx context.Context, interactionId string, params *HolderCredentialsPresentAfterConsentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderIdTokenSend
func (c *Client) HolderIdTokenSend(ctx context.Context, params *HolderIdTokenSendParams, body HolderIdTokenSendJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderIdTokenSendWithBody
func (c *Client) HolderIdTokenSendWithBody(ctx context.Context, params *HolderIdTokenSendParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderLinkedVpCreate
func (c *Client) HolderLinkedVpCreate(ctx context.Context, params *HolderLinkedVpCreateParams, body HolderLinkedVpCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderLinkedVpCreateWithBody
func (c *Client) HolderLinkedVpCreateWithBody(ctx context.Context, params *HolderLinkedVpCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderLinkedVpDelete
func (c *Client) HolderLinkedVpDelete(ctx context.Context, linkedVpId string, params *HolderLinkedVpDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderLinkedVpGetDetails
func (c *Client) HolderLinkedVpGetDetails(ctx context.Context, linkedVpId string, params *HolderLinkedVpGetDetailsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderLinkedVpList
func (c *Client) HolderLinkedVpList(ctx context.Context, params *HolderLinkedVpListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderOfferPassAuthInfo
func (c *Client) HolderOfferPassAuthInfo(ctx context.Context, params *HolderOfferPassAuthInfoParams, body HolderOfferPassAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderOfferPassAuthInfoWithBody
func (c *Client) HolderOfferPassAuthInfoWithBody(ctx context.Context, params *HolderOfferPassAuthInfoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderOfferProcessAfterConsent
func (c *Client) HolderOfferProcessAfterConsent(ctx context.Context, interactionId string, params *HolderOfferProcessAfterConsentParams, body HolderOfferProcessAfterConsentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderOfferProcessAfterConsentWithBody
func (c *Client) HolderOfferProcessAfterConsentWithBody(ctx context.Context, interactionId string, params *HolderOfferProcessAfterConsentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderPresentPassAuthInfo
func (c *Client) HolderPresentPassAuthInfo(ctx context.Context, params *HolderPresentPassAuthInfoParams, body HolderPresentPassAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HolderPresentPassAuthInfoWithBody
func (c *Client) HolderPresentPassAuthInfoWithBody(ctx context.Context, params *HolderPresentPassAuthInfoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IdTokenRequestCreate
func (c *Client) IdTokenRequestCreate(ctx context.Context, params *IdTokenRequestCreateParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IssuerCredentialTypesList
func (c *Client) IssuerCredentialTypesList(ctx context.Context, params *IssuerCredentialTypesListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IssuerInitiateAuthOffer
func (c *Client) IssuerInitiateAuthOffer(ctx context.Context, params *IssuerInitiateAuthOfferParams, body IssuerInitiateAuthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IssuerInitiateAuthOfferWithBody
func (c *Client) IssuerInitiateAuthOfferWithBody(ctx context.Context, params *IssuerInitiateAuthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IssuerInitiatePreauthOffer
func (c *Client) IssuerInitiatePreauthOffer(ctx context.Context, params *IssuerInitiatePreauthOfferParams, body IssuerInitiatePreauthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IssuerInitiatePreauthOfferWithBody
func (c *Client) IssuerInitiatePreauthOfferWithBody(ctx context.Context, params *IssuerInitiatePreauthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IssuerXadesSignWithBody
func (c *Client) IssuerXadesSignWithBody(ctx context.Context, params *IssuerXadesSignParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PdfCredentialMakeVp
func (c *Client) PdfCredentialMakeVp(ctx context.Context, credentialId CredentialId, params *PdfCredentialMakeVpParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PdfCredentialTwinDelete
func (c *Client) PdfCredentialTwinDelete(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PdfCredentialTwinGet
func (c *Client) PdfCredentialTwinGet(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PdfCredentialTwinUploadWithBody
func (c *Client) PdfCredentialTwinUploadWithBody(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinUploadParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfAccreditAs
func (c *Client) TfAccreditAs(ctx context.Context, params *TfAccreditAsParams, body TfAccreditAsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfAccreditAsWithBody
func (c *Client) TfAccreditAsWithBody(ctx context.Context, params *TfAccreditAsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfAccreditRequest
func (c *Client) TfAccreditRequest(ctx context.Context, params *TfAccreditRequestParams, body TfAccreditRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfAccreditRequestWithBody
func (c *Client) TfAccreditRequestWithBody(ctx context.Context, params *TfAccreditRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfOnboard
func (c *Client) TfOnboard(ctx context.Context, params *TfOnboardParams, body TfOnboardJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfOnboardRequest
func (c *Client) TfOnboardRequest(ctx context.Context, params *TfOnboardRequestParams, body TfOnboardRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfOnboardRequestWithBody
func (c *Client) TfOnboardRequestWithBody(ctx context.Context, params *TfOnboardRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfOnboardWithBody
func (c *Client) TfOnboardWithBody(ctx context.Context, params *TfOnboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfRevokeAccreditation
func (c *Client) TfRevokeAccreditation(ctx context.Context, params *TfRevokeAccreditationParams, body TfRevokeAccreditationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfRevokeAccreditationWithBody
func (c *Client) TfRevokeAccreditationWithBody(ctx context.Context, params *TfRevokeAccreditationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfX509CertificateGetRecord
func (c *Client) TfX509CertificateGetRecord(ctx context.Context, serialNumber string, params *TfX509CertificateGetRecordParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfX509CertificateIssue
func (c *Client) TfX509CertificateIssue(ctx context.Context, params *TfX509CertificateIssueParams, body TfX509CertificateIssueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfX509CertificateIssueWithBody
func (c *Client) TfX509CertificateIssueWithBody(ctx context.Context, params *TfX509CertificateIssueParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfX509CertificateListRecords
func (c *Client) TfX509CertificateListRecords(ctx context.Context, params *TfX509CertificateListRecordsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfX509CertificateUpdateStatus
func (c *Client) TfX509CertificateUpdateStatus(ctx context.Context, serialNumber string, params *TfX509CertificateUpdateStatusParams, body TfX509CertificateUpdateStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TfX509CertificateUpdateStatusWithBody
func (c *Client) TfX509CertificateUpdateStatusWithBody(ctx context.Context, serialNumber string, params *TfX509CertificateUpdateStatusParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TrustListAdd
func (c *Client) TrustListAdd(ctx context.Context, body TrustListAddJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TrustListAddWithBody
func (c *Client) TrustListAddWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TrustListDelete
func (c *Client) TrustListDelete(ctx context.Context, params *TrustListDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TrustListRefresh
func (c *Client) TrustListRefresh(ctx context.Context, params *TrustListRefreshParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TrustListsGet
func (c *Client) TrustListsGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VerifierInitUrlCreate
func (c *Client) VerifierInitUrlCreate(ctx context.Context, params *VerifierInitUrlCreateParams, body VerifierInitUrlCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VerifierInitUrlCreateWithBody
func (c *Client) VerifierInitUrlCreateWithBody(ctx context.Context, params *VerifierInitUrlCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VerifierLinkedVpVerify
func (c *Client) VerifierLinkedVpVerify(ctx context.Context, params *VerifierLinkedVpVerifyParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VerifierPdfVerifyWithBody
func (c *Client) VerifierPdfVerifyWithBody(ctx context.Context, params *VerifierPdfVerifyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletCreate
func (c *Client) WalletCreate(ctx context.Context, body WalletCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletCreateWithBody
func (c *Client) WalletCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletDelete
func (c *Client) WalletDelete(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletGet
func (c *Client) WalletGet(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletIdentifierGet
func (c *Client) WalletIdentifierGet(ctx context.Context, params *WalletIdentifierGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletKeys
func (c *Client) WalletKeys(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletList
func (c *Client) WalletList(ctx context.Context, params *WalletListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletNotificationGetByState
func (c *Client) WalletNotificationGetByState(ctx context.Context, walletId string, eventType string, state string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletNotificationHistory
func (c *Client) WalletNotificationHistory(ctx context.Context, walletId string, params *WalletNotificationHistoryParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletNotifications
func (c *Client) WalletNotifications(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletPatch
func (c *Client) WalletPatch(ctx context.Context, walletId string, body WalletPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletPatchWithBody
func (c *Client) WalletPatchWithBody(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletProviderCertificateImport
func (c *Client) WalletProviderCertificateImport(ctx context.Context, body WalletProviderCertificateImportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletProviderCertificateImportWithBody
func (c *Client) WalletProviderCertificateImportWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletProviderCsrGenerate
func (c *Client) WalletProviderCsrGenerate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletVerifiedCredentialsByState
func (c *Client) WalletVerifiedCredentialsByState(ctx context.Context, walletId string, state string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletVerifiedCredentialsDeleteByState
func (c *Client) WalletVerifiedCredentialsDeleteByState(ctx context.Context, walletId string, state string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletX509CSRCreate
func (c *Client) WalletX509CSRCreate(ctx context.Context, walletId string, body WalletX509CSRCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletX509CSRCreateWithBody
func (c *Client) WalletX509CSRCreateWithBody(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletX509CertificateGet
func (c *Client) WalletX509CertificateGet(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletX509CertificateImport
func (c *Client) WalletX509CertificateImport(ctx context.Context, walletId string, body WalletX509CertificateImportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WalletX509CertificateImportWithBody
func (c *Client) WalletX509CertificateImportWithBody(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WmpAcceptInvitation
func (c *Client) WmpAcceptInvitation(ctx context.Context, params *WmpAcceptInvitationParams, body WmpAcceptInvitationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WmpAcceptInvitationWithBody
func (c *Client) WmpAcceptInvitationWithBody(ctx context.Context, params *WmpAcceptInvitationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WmpClientGetPendingRequests
func (c *Client) WmpClientGetPendingRequests(ctx context.Context, params *WmpClientGetPendingRequestsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WmpClientProcessRequest
func (c *Client) WmpClientProcessRequest(ctx context.Context, requestId string, params *WmpClientProcessRequestParams, body WmpClientProcessRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WmpClientProcessRequestWithBody
func (c *Client) WmpClientProcessRequestWithBody(ctx context.Context, requestId string, params *WmpClientProcessRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WmpCreateNewInvitation
func (c *Client) WmpCreateNewInvitation(ctx context.Context, params *WmpCreateNewInvitationParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WmpEntityConnectionGet
func (c *Client) WmpEntityConnectionGet(ctx context.Context, entityId string, params *WmpEntityConnectionGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WmpEntityDelete
func (c *Client) WmpEntityDelete(ctx context.Context, entityId string, params *WmpEntityDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WmpEntityGet
func (c *Client) WmpEntityGet(ctx context.Context, entityId string, params *WmpEntityGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WmpEntityList
func (c *Client) WmpEntityList(ctx context.Context, params *WmpEntityListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WmpEntityServerConnect
func (c *Client) WmpEntityServerConnect(ctx context.Context, entityId string, params *WmpEntityServerConnectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
type ClientInterface
The interface specification for the client above.
type ClientInterface interface {
// TrustListDelete request
TrustListDelete(ctx context.Context, params *TrustListDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TrustListsGet request
TrustListsGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// TrustListAddWithBody request with any body
TrustListAddWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TrustListAdd(ctx context.Context, body TrustListAddJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TrustListRefresh request
TrustListRefresh(ctx context.Context, params *TrustListRefreshParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletProviderCertificateImportWithBody request with any body
WalletProviderCertificateImportWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WalletProviderCertificateImport(ctx context.Context, body WalletProviderCertificateImportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletProviderCsrGenerate request
WalletProviderCsrGenerate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// CredentialList request
CredentialList(ctx context.Context, params *CredentialListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CredentialCreateWithBody request with any body
CredentialCreateWithBody(ctx context.Context, params *CredentialCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CredentialCreate(ctx context.Context, params *CredentialCreateParams, body CredentialCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CredentialImportWithBody request with any body
CredentialImportWithBody(ctx context.Context, params *CredentialImportParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CredentialImport(ctx context.Context, params *CredentialImportParams, body CredentialImportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CredentialRequestInitWithBody request with any body
CredentialRequestInitWithBody(ctx context.Context, params *CredentialRequestInitParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CredentialRequestInit(ctx context.Context, params *CredentialRequestInitParams, body CredentialRequestInitJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CredentialGet request
CredentialGet(ctx context.Context, credentialId CredentialId, params *CredentialGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CredentialPatchWithBody request with any body
CredentialPatchWithBody(ctx context.Context, credentialId CredentialId, params *CredentialPatchParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CredentialPatch(ctx context.Context, credentialId CredentialId, params *CredentialPatchParams, body CredentialPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CredentialIssuanceInitWithBody request with any body
CredentialIssuanceInitWithBody(ctx context.Context, credentialId string, params *CredentialIssuanceInitParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CredentialIssuanceInit(ctx context.Context, credentialId string, params *CredentialIssuanceInitParams, body CredentialIssuanceInitJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CredentialMetadataPatchWithBody request with any body
CredentialMetadataPatchWithBody(ctx context.Context, credentialId CredentialId, params *CredentialMetadataPatchParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CredentialMetadataPatch(ctx context.Context, credentialId CredentialId, params *CredentialMetadataPatchParams, body CredentialMetadataPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// PdfCredentialTwinDelete request
PdfCredentialTwinDelete(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PdfCredentialTwinGet request
PdfCredentialTwinGet(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PdfCredentialTwinUploadWithBody request with any body
PdfCredentialTwinUploadWithBody(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinUploadParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// PdfCredentialMakeVp request
PdfCredentialMakeVp(ctx context.Context, credentialId CredentialId, params *PdfCredentialMakeVpParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CredentialRevoke request
CredentialRevoke(ctx context.Context, credentialId CredentialId, params *CredentialRevokeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeferredStatus request
DeferredStatus(ctx context.Context, deferredId string, params *DeferredStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// HealthCheck request
HealthCheck(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// HolderIdTokenSendWithBody request with any body
HolderIdTokenSendWithBody(ctx context.Context, params *HolderIdTokenSendParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
HolderIdTokenSend(ctx context.Context, params *HolderIdTokenSendParams, body HolderIdTokenSendJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// HolderLinkedVpList request
HolderLinkedVpList(ctx context.Context, params *HolderLinkedVpListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// HolderLinkedVpCreateWithBody request with any body
HolderLinkedVpCreateWithBody(ctx context.Context, params *HolderLinkedVpCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
HolderLinkedVpCreate(ctx context.Context, params *HolderLinkedVpCreateParams, body HolderLinkedVpCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// HolderLinkedVpDelete request
HolderLinkedVpDelete(ctx context.Context, linkedVpId string, params *HolderLinkedVpDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// HolderLinkedVpGetDetails request
HolderLinkedVpGetDetails(ctx context.Context, linkedVpId string, params *HolderLinkedVpGetDetailsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// HolderOfferPassAuthInfoWithBody request with any body
HolderOfferPassAuthInfoWithBody(ctx context.Context, params *HolderOfferPassAuthInfoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
HolderOfferPassAuthInfo(ctx context.Context, params *HolderOfferPassAuthInfoParams, body HolderOfferPassAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// HolderOfferProcessAfterConsentWithBody request with any body
HolderOfferProcessAfterConsentWithBody(ctx context.Context, interactionId string, params *HolderOfferProcessAfterConsentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
HolderOfferProcessAfterConsent(ctx context.Context, interactionId string, params *HolderOfferProcessAfterConsentParams, body HolderOfferProcessAfterConsentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// HolderPresentPassAuthInfoWithBody request with any body
HolderPresentPassAuthInfoWithBody(ctx context.Context, params *HolderPresentPassAuthInfoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
HolderPresentPassAuthInfo(ctx context.Context, params *HolderPresentPassAuthInfoParams, body HolderPresentPassAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// HolderCredentialsPresentAfterConsentWithBody request with any body
HolderCredentialsPresentAfterConsentWithBody(ctx context.Context, interactionId string, params *HolderCredentialsPresentAfterConsentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
HolderCredentialsPresentAfterConsent(ctx context.Context, interactionId string, params *HolderCredentialsPresentAfterConsentParams, body HolderCredentialsPresentAfterConsentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// IdTokenRequestCreate request
IdTokenRequestCreate(ctx context.Context, params *IdTokenRequestCreateParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletIdentifierGet request
WalletIdentifierGet(ctx context.Context, params *WalletIdentifierGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// IssuerCredentialTypesList request
IssuerCredentialTypesList(ctx context.Context, params *IssuerCredentialTypesListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// IssuerInitiateAuthOfferWithBody request with any body
IssuerInitiateAuthOfferWithBody(ctx context.Context, params *IssuerInitiateAuthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
IssuerInitiateAuthOffer(ctx context.Context, params *IssuerInitiateAuthOfferParams, body IssuerInitiateAuthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// IssuerInitiatePreauthOfferWithBody request with any body
IssuerInitiatePreauthOfferWithBody(ctx context.Context, params *IssuerInitiatePreauthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
IssuerInitiatePreauthOffer(ctx context.Context, params *IssuerInitiatePreauthOfferParams, body IssuerInitiatePreauthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// IssuerXadesSignWithBody request with any body
IssuerXadesSignWithBody(ctx context.Context, params *IssuerXadesSignParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// HolderCreateAuthOfferWithBody request with any body
HolderCreateAuthOfferWithBody(ctx context.Context, params *HolderCreateAuthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
HolderCreateAuthOffer(ctx context.Context, params *HolderCreateAuthOfferParams, body HolderCreateAuthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TfAccreditAsWithBody request with any body
TfAccreditAsWithBody(ctx context.Context, params *TfAccreditAsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TfAccreditAs(ctx context.Context, params *TfAccreditAsParams, body TfAccreditAsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TfAccreditRequestWithBody request with any body
TfAccreditRequestWithBody(ctx context.Context, params *TfAccreditRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TfAccreditRequest(ctx context.Context, params *TfAccreditRequestParams, body TfAccreditRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TfOnboardWithBody request with any body
TfOnboardWithBody(ctx context.Context, params *TfOnboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TfOnboard(ctx context.Context, params *TfOnboardParams, body TfOnboardJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TfOnboardRequestWithBody request with any body
TfOnboardRequestWithBody(ctx context.Context, params *TfOnboardRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TfOnboardRequest(ctx context.Context, params *TfOnboardRequestParams, body TfOnboardRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TfRevokeAccreditationWithBody request with any body
TfRevokeAccreditationWithBody(ctx context.Context, params *TfRevokeAccreditationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TfRevokeAccreditation(ctx context.Context, params *TfRevokeAccreditationParams, body TfRevokeAccreditationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TfX509CertificateListRecords request
TfX509CertificateListRecords(ctx context.Context, params *TfX509CertificateListRecordsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TfX509CertificateIssueWithBody request with any body
TfX509CertificateIssueWithBody(ctx context.Context, params *TfX509CertificateIssueParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TfX509CertificateIssue(ctx context.Context, params *TfX509CertificateIssueParams, body TfX509CertificateIssueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TfX509CertificateGetRecord request
TfX509CertificateGetRecord(ctx context.Context, serialNumber string, params *TfX509CertificateGetRecordParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TfX509CertificateUpdateStatusWithBody request with any body
TfX509CertificateUpdateStatusWithBody(ctx context.Context, serialNumber string, params *TfX509CertificateUpdateStatusParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TfX509CertificateUpdateStatus(ctx context.Context, serialNumber string, params *TfX509CertificateUpdateStatusParams, body TfX509CertificateUpdateStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// VerifierInitUrlCreateWithBody request with any body
VerifierInitUrlCreateWithBody(ctx context.Context, params *VerifierInitUrlCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
VerifierInitUrlCreate(ctx context.Context, params *VerifierInitUrlCreateParams, body VerifierInitUrlCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// VerifierLinkedVpVerify request
VerifierLinkedVpVerify(ctx context.Context, params *VerifierLinkedVpVerifyParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// VerifierPdfVerifyWithBody request with any body
VerifierPdfVerifyWithBody(ctx context.Context, params *VerifierPdfVerifyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletList request
WalletList(ctx context.Context, params *WalletListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletCreateWithBody request with any body
WalletCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WalletCreate(ctx context.Context, body WalletCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletDelete request
WalletDelete(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletGet request
WalletGet(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletPatchWithBody request with any body
WalletPatchWithBody(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WalletPatch(ctx context.Context, walletId string, body WalletPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletX509CertificateGet request
WalletX509CertificateGet(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletX509CertificateImportWithBody request with any body
WalletX509CertificateImportWithBody(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WalletX509CertificateImport(ctx context.Context, walletId string, body WalletX509CertificateImportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletX509CSRCreateWithBody request with any body
WalletX509CSRCreateWithBody(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WalletX509CSRCreate(ctx context.Context, walletId string, body WalletX509CSRCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletKeys request
WalletKeys(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletNotificationHistory request
WalletNotificationHistory(ctx context.Context, walletId string, params *WalletNotificationHistoryParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletNotificationGetByState request
WalletNotificationGetByState(ctx context.Context, walletId string, eventType string, state string, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletNotifications request
WalletNotifications(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletVerifiedCredentialsDeleteByState request
WalletVerifiedCredentialsDeleteByState(ctx context.Context, walletId string, state string, reqEditors ...RequestEditorFn) (*http.Response, error)
// WalletVerifiedCredentialsByState request
WalletVerifiedCredentialsByState(ctx context.Context, walletId string, state string, reqEditors ...RequestEditorFn) (*http.Response, error)
// WmpClientGetPendingRequests request
WmpClientGetPendingRequests(ctx context.Context, params *WmpClientGetPendingRequestsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WmpClientProcessRequestWithBody request with any body
WmpClientProcessRequestWithBody(ctx context.Context, requestId string, params *WmpClientProcessRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WmpClientProcessRequest(ctx context.Context, requestId string, params *WmpClientProcessRequestParams, body WmpClientProcessRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WmpEntityList request
WmpEntityList(ctx context.Context, params *WmpEntityListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WmpEntityDelete request
WmpEntityDelete(ctx context.Context, entityId string, params *WmpEntityDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WmpEntityGet request
WmpEntityGet(ctx context.Context, entityId string, params *WmpEntityGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WmpEntityConnectionGet request
WmpEntityConnectionGet(ctx context.Context, entityId string, params *WmpEntityConnectionGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WmpEntityServerConnect request
WmpEntityServerConnect(ctx context.Context, entityId string, params *WmpEntityServerConnectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WmpCreateNewInvitation request
WmpCreateNewInvitation(ctx context.Context, params *WmpCreateNewInvitationParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WmpAcceptInvitationWithBody request with any body
WmpAcceptInvitationWithBody(ctx context.Context, params *WmpAcceptInvitationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WmpAcceptInvitation(ctx context.Context, params *WmpAcceptInvitationParams, body WmpAcceptInvitationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DidDocumentGet request
DidDocumentGet(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*http.Response, error)
}
type ClientOption
ClientOption allows setting custom parameters during construction
type ClientOption func(*Client) error
func WithBaseURL
func WithBaseURL(baseURL string) ClientOption
WithBaseURL overrides the baseURL.
func WithHTTPClient
func WithHTTPClient(doer HttpRequestDoer) ClientOption
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.
func WithRequestEditorFn
func WithRequestEditorFn(fn RequestEditorFn) ClientOption
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.
type ClientWithResponses
ClientWithResponses builds on ClientInterface to offer response payloads
type ClientWithResponses struct {
ClientInterface
}
func NewClientWithResponses
func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling
func (*ClientWithResponses) CredentialCreateWithBodyWithResponse
func (c *ClientWithResponses) CredentialCreateWithBodyWithResponse(ctx context.Context, params *CredentialCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialCreateResponse, error)
CredentialCreateWithBodyWithResponse request with arbitrary body returning *CredentialCreateResponse
func (*ClientWithResponses) CredentialCreateWithResponse
func (c *ClientWithResponses) CredentialCreateWithResponse(ctx context.Context, params *CredentialCreateParams, body CredentialCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialCreateResponse, error)
func (*ClientWithResponses) CredentialGetWithResponse
func (c *ClientWithResponses) CredentialGetWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialGetParams, reqEditors ...RequestEditorFn) (*CredentialGetResponse, error)
CredentialGetWithResponse request returning *CredentialGetResponse
func (*ClientWithResponses) CredentialImportWithBodyWithResponse
func (c *ClientWithResponses) CredentialImportWithBodyWithResponse(ctx context.Context, params *CredentialImportParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialImportResponse, error)
CredentialImportWithBodyWithResponse request with arbitrary body returning *CredentialImportResponse
func (*ClientWithResponses) CredentialImportWithResponse
func (c *ClientWithResponses) CredentialImportWithResponse(ctx context.Context, params *CredentialImportParams, body CredentialImportJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialImportResponse, error)
func (*ClientWithResponses) CredentialIssuanceInitWithBodyWithResponse
func (c *ClientWithResponses) CredentialIssuanceInitWithBodyWithResponse(ctx context.Context, credentialId string, params *CredentialIssuanceInitParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialIssuanceInitResponse, error)
CredentialIssuanceInitWithBodyWithResponse request with arbitrary body returning *CredentialIssuanceInitResponse
func (*ClientWithResponses) CredentialIssuanceInitWithResponse
func (c *ClientWithResponses) CredentialIssuanceInitWithResponse(ctx context.Context, credentialId string, params *CredentialIssuanceInitParams, body CredentialIssuanceInitJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialIssuanceInitResponse, error)
func (*ClientWithResponses) CredentialListWithResponse
func (c *ClientWithResponses) CredentialListWithResponse(ctx context.Context, params *CredentialListParams, reqEditors ...RequestEditorFn) (*CredentialListResponse, error)
CredentialListWithResponse request returning *CredentialListResponse
func (*ClientWithResponses) CredentialMetadataPatchWithBodyWithResponse
func (c *ClientWithResponses) CredentialMetadataPatchWithBodyWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialMetadataPatchParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialMetadataPatchResponse, error)
CredentialMetadataPatchWithBodyWithResponse request with arbitrary body returning *CredentialMetadataPatchResponse
func (*ClientWithResponses) CredentialMetadataPatchWithResponse
func (c *ClientWithResponses) CredentialMetadataPatchWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialMetadataPatchParams, body CredentialMetadataPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialMetadataPatchResponse, error)
func (*ClientWithResponses) CredentialPatchWithBodyWithResponse
func (c *ClientWithResponses) CredentialPatchWithBodyWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialPatchParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialPatchResponse, error)
CredentialPatchWithBodyWithResponse request with arbitrary body returning *CredentialPatchResponse
func (*ClientWithResponses) CredentialPatchWithResponse
func (c *ClientWithResponses) CredentialPatchWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialPatchParams, body CredentialPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialPatchResponse, error)
func (*ClientWithResponses) CredentialRequestInitWithBodyWithResponse
func (c *ClientWithResponses) CredentialRequestInitWithBodyWithResponse(ctx context.Context, params *CredentialRequestInitParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialRequestInitResponse, error)
CredentialRequestInitWithBodyWithResponse request with arbitrary body returning *CredentialRequestInitResponse
func (*ClientWithResponses) CredentialRequestInitWithResponse
func (c *ClientWithResponses) CredentialRequestInitWithResponse(ctx context.Context, params *CredentialRequestInitParams, body CredentialRequestInitJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialRequestInitResponse, error)
func (*ClientWithResponses) CredentialRevokeWithResponse
func (c *ClientWithResponses) CredentialRevokeWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialRevokeParams, reqEditors ...RequestEditorFn) (*CredentialRevokeResponse, error)
CredentialRevokeWithResponse request returning *CredentialRevokeResponse
func (*ClientWithResponses) DeferredStatusWithResponse
func (c *ClientWithResponses) DeferredStatusWithResponse(ctx context.Context, deferredId string, params *DeferredStatusParams, reqEditors ...RequestEditorFn) (*DeferredStatusResponse, error)
DeferredStatusWithResponse request returning *DeferredStatusResponse
func (*ClientWithResponses) DidDocumentGetWithResponse
func (c *ClientWithResponses) DidDocumentGetWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*DidDocumentGetResponse, error)
DidDocumentGetWithResponse request returning *DidDocumentGetResponse
func (*ClientWithResponses) HealthCheckWithResponse
func (c *ClientWithResponses) HealthCheckWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*HealthCheckResponse, error)
HealthCheckWithResponse request returning *HealthCheckResponse
func (*ClientWithResponses) HolderCreateAuthOfferWithBodyWithResponse
func (c *ClientWithResponses) HolderCreateAuthOfferWithBodyWithResponse(ctx context.Context, params *HolderCreateAuthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderCreateAuthOfferResponse, error)
HolderCreateAuthOfferWithBodyWithResponse request with arbitrary body returning *HolderCreateAuthOfferResponse
func (*ClientWithResponses) HolderCreateAuthOfferWithResponse
func (c *ClientWithResponses) HolderCreateAuthOfferWithResponse(ctx context.Context, params *HolderCreateAuthOfferParams, body HolderCreateAuthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderCreateAuthOfferResponse, error)
func (*ClientWithResponses) HolderCredentialsPresentAfterConsentWithBodyWithResponse
func (c *ClientWithResponses) HolderCredentialsPresentAfterConsentWithBodyWithResponse(ctx context.Context, interactionId string, params *HolderCredentialsPresentAfterConsentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderCredentialsPresentAfterConsentResponse, error)
HolderCredentialsPresentAfterConsentWithBodyWithResponse request with arbitrary body returning *HolderCredentialsPresentAfterConsentResponse
func (*ClientWithResponses) HolderCredentialsPresentAfterConsentWithResponse
func (c *ClientWithResponses) HolderCredentialsPresentAfterConsentWithResponse(ctx context.Context, interactionId string, params *HolderCredentialsPresentAfterConsentParams, body HolderCredentialsPresentAfterConsentJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderCredentialsPresentAfterConsentResponse, error)
func (*ClientWithResponses) HolderIdTokenSendWithBodyWithResponse
func (c *ClientWithResponses) HolderIdTokenSendWithBodyWithResponse(ctx context.Context, params *HolderIdTokenSendParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderIdTokenSendResponse, error)
HolderIdTokenSendWithBodyWithResponse request with arbitrary body returning *HolderIdTokenSendResponse
func (*ClientWithResponses) HolderIdTokenSendWithResponse
func (c *ClientWithResponses) HolderIdTokenSendWithResponse(ctx context.Context, params *HolderIdTokenSendParams, body HolderIdTokenSendJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderIdTokenSendResponse, error)
func (*ClientWithResponses) HolderLinkedVpCreateWithBodyWithResponse
func (c *ClientWithResponses) HolderLinkedVpCreateWithBodyWithResponse(ctx context.Context, params *HolderLinkedVpCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderLinkedVpCreateResponse, error)
HolderLinkedVpCreateWithBodyWithResponse request with arbitrary body returning *HolderLinkedVpCreateResponse
func (*ClientWithResponses) HolderLinkedVpCreateWithResponse
func (c *ClientWithResponses) HolderLinkedVpCreateWithResponse(ctx context.Context, params *HolderLinkedVpCreateParams, body HolderLinkedVpCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderLinkedVpCreateResponse, error)
func (*ClientWithResponses) HolderLinkedVpDeleteWithResponse
func (c *ClientWithResponses) HolderLinkedVpDeleteWithResponse(ctx context.Context, linkedVpId string, params *HolderLinkedVpDeleteParams, reqEditors ...RequestEditorFn) (*HolderLinkedVpDeleteResponse, error)
HolderLinkedVpDeleteWithResponse request returning *HolderLinkedVpDeleteResponse
func (*ClientWithResponses) HolderLinkedVpGetDetailsWithResponse
func (c *ClientWithResponses) HolderLinkedVpGetDetailsWithResponse(ctx context.Context, linkedVpId string, params *HolderLinkedVpGetDetailsParams, reqEditors ...RequestEditorFn) (*HolderLinkedVpGetDetailsResponse, error)
HolderLinkedVpGetDetailsWithResponse request returning *HolderLinkedVpGetDetailsResponse
func (*ClientWithResponses) HolderLinkedVpListWithResponse
func (c *ClientWithResponses) HolderLinkedVpListWithResponse(ctx context.Context, params *HolderLinkedVpListParams, reqEditors ...RequestEditorFn) (*HolderLinkedVpListResponse, error)
HolderLinkedVpListWithResponse request returning *HolderLinkedVpListResponse
func (*ClientWithResponses) HolderOfferPassAuthInfoWithBodyWithResponse
func (c *ClientWithResponses) HolderOfferPassAuthInfoWithBodyWithResponse(ctx context.Context, params *HolderOfferPassAuthInfoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderOfferPassAuthInfoResponse, error)
HolderOfferPassAuthInfoWithBodyWithResponse request with arbitrary body returning *HolderOfferPassAuthInfoResponse
func (*ClientWithResponses) HolderOfferPassAuthInfoWithResponse
func (c *ClientWithResponses) HolderOfferPassAuthInfoWithResponse(ctx context.Context, params *HolderOfferPassAuthInfoParams, body HolderOfferPassAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderOfferPassAuthInfoResponse, error)
func (*ClientWithResponses) HolderOfferProcessAfterConsentWithBodyWithResponse
func (c *ClientWithResponses) HolderOfferProcessAfterConsentWithBodyWithResponse(ctx context.Context, interactionId string, params *HolderOfferProcessAfterConsentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderOfferProcessAfterConsentResponse, error)
HolderOfferProcessAfterConsentWithBodyWithResponse request with arbitrary body returning *HolderOfferProcessAfterConsentResponse
func (*ClientWithResponses) HolderOfferProcessAfterConsentWithResponse
func (c *ClientWithResponses) HolderOfferProcessAfterConsentWithResponse(ctx context.Context, interactionId string, params *HolderOfferProcessAfterConsentParams, body HolderOfferProcessAfterConsentJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderOfferProcessAfterConsentResponse, error)
func (*ClientWithResponses) HolderPresentPassAuthInfoWithBodyWithResponse
func (c *ClientWithResponses) HolderPresentPassAuthInfoWithBodyWithResponse(ctx context.Context, params *HolderPresentPassAuthInfoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderPresentPassAuthInfoResponse, error)
HolderPresentPassAuthInfoWithBodyWithResponse request with arbitrary body returning *HolderPresentPassAuthInfoResponse
func (*ClientWithResponses) HolderPresentPassAuthInfoWithResponse
func (c *ClientWithResponses) HolderPresentPassAuthInfoWithResponse(ctx context.Context, params *HolderPresentPassAuthInfoParams, body HolderPresentPassAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderPresentPassAuthInfoResponse, error)
func (*ClientWithResponses) IdTokenRequestCreateWithResponse
func (c *ClientWithResponses) IdTokenRequestCreateWithResponse(ctx context.Context, params *IdTokenRequestCreateParams, reqEditors ...RequestEditorFn) (*IdTokenRequestCreateResponse, error)
IdTokenRequestCreateWithResponse request returning *IdTokenRequestCreateResponse
func (*ClientWithResponses) IssuerCredentialTypesListWithResponse
func (c *ClientWithResponses) IssuerCredentialTypesListWithResponse(ctx context.Context, params *IssuerCredentialTypesListParams, reqEditors ...RequestEditorFn) (*IssuerCredentialTypesListResponse, error)
IssuerCredentialTypesListWithResponse request returning *IssuerCredentialTypesListResponse
func (*ClientWithResponses) IssuerInitiateAuthOfferWithBodyWithResponse
func (c *ClientWithResponses) IssuerInitiateAuthOfferWithBodyWithResponse(ctx context.Context, params *IssuerInitiateAuthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IssuerInitiateAuthOfferResponse, error)
IssuerInitiateAuthOfferWithBodyWithResponse request with arbitrary body returning *IssuerInitiateAuthOfferResponse
func (*ClientWithResponses) IssuerInitiateAuthOfferWithResponse
func (c *ClientWithResponses) IssuerInitiateAuthOfferWithResponse(ctx context.Context, params *IssuerInitiateAuthOfferParams, body IssuerInitiateAuthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*IssuerInitiateAuthOfferResponse, error)
func (*ClientWithResponses) IssuerInitiatePreauthOfferWithBodyWithResponse
func (c *ClientWithResponses) IssuerInitiatePreauthOfferWithBodyWithResponse(ctx context.Context, params *IssuerInitiatePreauthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IssuerInitiatePreauthOfferResponse, error)
IssuerInitiatePreauthOfferWithBodyWithResponse request with arbitrary body returning *IssuerInitiatePreauthOfferResponse
func (*ClientWithResponses) IssuerInitiatePreauthOfferWithResponse
func (c *ClientWithResponses) IssuerInitiatePreauthOfferWithResponse(ctx context.Context, params *IssuerInitiatePreauthOfferParams, body IssuerInitiatePreauthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*IssuerInitiatePreauthOfferResponse, error)
func (*ClientWithResponses) IssuerXadesSignWithBodyWithResponse
func (c *ClientWithResponses) IssuerXadesSignWithBodyWithResponse(ctx context.Context, params *IssuerXadesSignParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IssuerXadesSignResponse, error)
IssuerXadesSignWithBodyWithResponse request with arbitrary body returning *IssuerXadesSignResponse
func (*ClientWithResponses) PdfCredentialMakeVpWithResponse
func (c *ClientWithResponses) PdfCredentialMakeVpWithResponse(ctx context.Context, credentialId CredentialId, params *PdfCredentialMakeVpParams, reqEditors ...RequestEditorFn) (*PdfCredentialMakeVpResponse, error)
PdfCredentialMakeVpWithResponse request returning *PdfCredentialMakeVpResponse
func (*ClientWithResponses) PdfCredentialTwinDeleteWithResponse
func (c *ClientWithResponses) PdfCredentialTwinDeleteWithResponse(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinDeleteParams, reqEditors ...RequestEditorFn) (*PdfCredentialTwinDeleteResponse, error)
PdfCredentialTwinDeleteWithResponse request returning *PdfCredentialTwinDeleteResponse
func (*ClientWithResponses) PdfCredentialTwinGetWithResponse
func (c *ClientWithResponses) PdfCredentialTwinGetWithResponse(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinGetParams, reqEditors ...RequestEditorFn) (*PdfCredentialTwinGetResponse, error)
PdfCredentialTwinGetWithResponse request returning *PdfCredentialTwinGetResponse
func (*ClientWithResponses) PdfCredentialTwinUploadWithBodyWithResponse
func (c *ClientWithResponses) PdfCredentialTwinUploadWithBodyWithResponse(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinUploadParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PdfCredentialTwinUploadResponse, error)
PdfCredentialTwinUploadWithBodyWithResponse request with arbitrary body returning *PdfCredentialTwinUploadResponse
func (*ClientWithResponses) TfAccreditAsWithBodyWithResponse
func (c *ClientWithResponses) TfAccreditAsWithBodyWithResponse(ctx context.Context, params *TfAccreditAsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfAccreditAsResponse, error)
TfAccreditAsWithBodyWithResponse request with arbitrary body returning *TfAccreditAsResponse
func (*ClientWithResponses) TfAccreditAsWithResponse
func (c *ClientWithResponses) TfAccreditAsWithResponse(ctx context.Context, params *TfAccreditAsParams, body TfAccreditAsJSONRequestBody, reqEditors ...RequestEditorFn) (*TfAccreditAsResponse, error)
func (*ClientWithResponses) TfAccreditRequestWithBodyWithResponse
func (c *ClientWithResponses) TfAccreditRequestWithBodyWithResponse(ctx context.Context, params *TfAccreditRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfAccreditRequestResponse, error)
TfAccreditRequestWithBodyWithResponse request with arbitrary body returning *TfAccreditRequestResponse
func (*ClientWithResponses) TfAccreditRequestWithResponse
func (c *ClientWithResponses) TfAccreditRequestWithResponse(ctx context.Context, params *TfAccreditRequestParams, body TfAccreditRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*TfAccreditRequestResponse, error)
func (*ClientWithResponses) TfOnboardRequestWithBodyWithResponse
func (c *ClientWithResponses) TfOnboardRequestWithBodyWithResponse(ctx context.Context, params *TfOnboardRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfOnboardRequestResponse, error)
TfOnboardRequestWithBodyWithResponse request with arbitrary body returning *TfOnboardRequestResponse
func (*ClientWithResponses) TfOnboardRequestWithResponse
func (c *ClientWithResponses) TfOnboardRequestWithResponse(ctx context.Context, params *TfOnboardRequestParams, body TfOnboardRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*TfOnboardRequestResponse, error)
func (*ClientWithResponses) TfOnboardWithBodyWithResponse
func (c *ClientWithResponses) TfOnboardWithBodyWithResponse(ctx context.Context, params *TfOnboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfOnboardResponse, error)
TfOnboardWithBodyWithResponse request with arbitrary body returning *TfOnboardResponse
func (*ClientWithResponses) TfOnboardWithResponse
func (c *ClientWithResponses) TfOnboardWithResponse(ctx context.Context, params *TfOnboardParams, body TfOnboardJSONRequestBody, reqEditors ...RequestEditorFn) (*TfOnboardResponse, error)
func (*ClientWithResponses) TfRevokeAccreditationWithBodyWithResponse
func (c *ClientWithResponses) TfRevokeAccreditationWithBodyWithResponse(ctx context.Context, params *TfRevokeAccreditationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfRevokeAccreditationResponse, error)
TfRevokeAccreditationWithBodyWithResponse request with arbitrary body returning *TfRevokeAccreditationResponse
func (*ClientWithResponses) TfRevokeAccreditationWithResponse
func (c *ClientWithResponses) TfRevokeAccreditationWithResponse(ctx context.Context, params *TfRevokeAccreditationParams, body TfRevokeAccreditationJSONRequestBody, reqEditors ...RequestEditorFn) (*TfRevokeAccreditationResponse, error)
func (*ClientWithResponses) TfX509CertificateGetRecordWithResponse
func (c *ClientWithResponses) TfX509CertificateGetRecordWithResponse(ctx context.Context, serialNumber string, params *TfX509CertificateGetRecordParams, reqEditors ...RequestEditorFn) (*TfX509CertificateGetRecordResponse, error)
TfX509CertificateGetRecordWithResponse request returning *TfX509CertificateGetRecordResponse
func (*ClientWithResponses) TfX509CertificateIssueWithBodyWithResponse
func (c *ClientWithResponses) TfX509CertificateIssueWithBodyWithResponse(ctx context.Context, params *TfX509CertificateIssueParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfX509CertificateIssueResponse, error)
TfX509CertificateIssueWithBodyWithResponse request with arbitrary body returning *TfX509CertificateIssueResponse
func (*ClientWithResponses) TfX509CertificateIssueWithResponse
func (c *ClientWithResponses) TfX509CertificateIssueWithResponse(ctx context.Context, params *TfX509CertificateIssueParams, body TfX509CertificateIssueJSONRequestBody, reqEditors ...RequestEditorFn) (*TfX509CertificateIssueResponse, error)
func (*ClientWithResponses) TfX509CertificateListRecordsWithResponse
func (c *ClientWithResponses) TfX509CertificateListRecordsWithResponse(ctx context.Context, params *TfX509CertificateListRecordsParams, reqEditors ...RequestEditorFn) (*TfX509CertificateListRecordsResponse, error)
TfX509CertificateListRecordsWithResponse request returning *TfX509CertificateListRecordsResponse
func (*ClientWithResponses) TfX509CertificateUpdateStatusWithBodyWithResponse
func (c *ClientWithResponses) TfX509CertificateUpdateStatusWithBodyWithResponse(ctx context.Context, serialNumber string, params *TfX509CertificateUpdateStatusParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfX509CertificateUpdateStatusResponse, error)
TfX509CertificateUpdateStatusWithBodyWithResponse request with arbitrary body returning *TfX509CertificateUpdateStatusResponse
func (*ClientWithResponses) TfX509CertificateUpdateStatusWithResponse
func (c *ClientWithResponses) TfX509CertificateUpdateStatusWithResponse(ctx context.Context, serialNumber string, params *TfX509CertificateUpdateStatusParams, body TfX509CertificateUpdateStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*TfX509CertificateUpdateStatusResponse, error)
func (*ClientWithResponses) TrustListAddWithBodyWithResponse
func (c *ClientWithResponses) TrustListAddWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrustListAddResponse, error)
TrustListAddWithBodyWithResponse request with arbitrary body returning *TrustListAddResponse
func (*ClientWithResponses) TrustListAddWithResponse
func (c *ClientWithResponses) TrustListAddWithResponse(ctx context.Context, body TrustListAddJSONRequestBody, reqEditors ...RequestEditorFn) (*TrustListAddResponse, error)
func (*ClientWithResponses) TrustListDeleteWithResponse
func (c *ClientWithResponses) TrustListDeleteWithResponse(ctx context.Context, params *TrustListDeleteParams, reqEditors ...RequestEditorFn) (*TrustListDeleteResponse, error)
TrustListDeleteWithResponse request returning *TrustListDeleteResponse
func (*ClientWithResponses) TrustListRefreshWithResponse
func (c *ClientWithResponses) TrustListRefreshWithResponse(ctx context.Context, params *TrustListRefreshParams, reqEditors ...RequestEditorFn) (*TrustListRefreshResponse, error)
TrustListRefreshWithResponse request returning *TrustListRefreshResponse
func (*ClientWithResponses) TrustListsGetWithResponse
func (c *ClientWithResponses) TrustListsGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TrustListsGetResponse, error)
TrustListsGetWithResponse request returning *TrustListsGetResponse
func (*ClientWithResponses) VerifierInitUrlCreateWithBodyWithResponse
func (c *ClientWithResponses) VerifierInitUrlCreateWithBodyWithResponse(ctx context.Context, params *VerifierInitUrlCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*VerifierInitUrlCreateResponse, error)
VerifierInitUrlCreateWithBodyWithResponse request with arbitrary body returning *VerifierInitUrlCreateResponse
func (*ClientWithResponses) VerifierInitUrlCreateWithResponse
func (c *ClientWithResponses) VerifierInitUrlCreateWithResponse(ctx context.Context, params *VerifierInitUrlCreateParams, body VerifierInitUrlCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*VerifierInitUrlCreateResponse, error)
func (*ClientWithResponses) VerifierLinkedVpVerifyWithResponse
func (c *ClientWithResponses) VerifierLinkedVpVerifyWithResponse(ctx context.Context, params *VerifierLinkedVpVerifyParams, reqEditors ...RequestEditorFn) (*VerifierLinkedVpVerifyResponse, error)
VerifierLinkedVpVerifyWithResponse request returning *VerifierLinkedVpVerifyResponse
func (*ClientWithResponses) VerifierPdfVerifyWithBodyWithResponse
func (c *ClientWithResponses) VerifierPdfVerifyWithBodyWithResponse(ctx context.Context, params *VerifierPdfVerifyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*VerifierPdfVerifyResponse, error)
VerifierPdfVerifyWithBodyWithResponse request with arbitrary body returning *VerifierPdfVerifyResponse
func (*ClientWithResponses) WalletCreateWithBodyWithResponse
func (c *ClientWithResponses) WalletCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WalletCreateResponse, error)
WalletCreateWithBodyWithResponse request with arbitrary body returning *WalletCreateResponse
func (*ClientWithResponses) WalletCreateWithResponse
func (c *ClientWithResponses) WalletCreateWithResponse(ctx context.Context, body WalletCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WalletCreateResponse, error)
func (*ClientWithResponses) WalletDeleteWithResponse
func (c *ClientWithResponses) WalletDeleteWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*WalletDeleteResponse, error)
WalletDeleteWithResponse request returning *WalletDeleteResponse
func (*ClientWithResponses) WalletGetWithResponse
func (c *ClientWithResponses) WalletGetWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*WalletGetResponse, error)
WalletGetWithResponse request returning *WalletGetResponse
func (*ClientWithResponses) WalletIdentifierGetWithResponse
func (c *ClientWithResponses) WalletIdentifierGetWithResponse(ctx context.Context, params *WalletIdentifierGetParams, reqEditors ...RequestEditorFn) (*WalletIdentifierGetResponse, error)
WalletIdentifierGetWithResponse request returning *WalletIdentifierGetResponse
func (*ClientWithResponses) WalletKeysWithResponse
func (c *ClientWithResponses) WalletKeysWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*WalletKeysResponse, error)
WalletKeysWithResponse request returning *WalletKeysResponse
func (*ClientWithResponses) WalletListWithResponse
func (c *ClientWithResponses) WalletListWithResponse(ctx context.Context, params *WalletListParams, reqEditors ...RequestEditorFn) (*WalletListResponse, error)
WalletListWithResponse request returning *WalletListResponse
func (*ClientWithResponses) WalletNotificationGetByStateWithResponse
func (c *ClientWithResponses) WalletNotificationGetByStateWithResponse(ctx context.Context, walletId string, eventType string, state string, reqEditors ...RequestEditorFn) (*WalletNotificationGetByStateResponse, error)
WalletNotificationGetByStateWithResponse request returning *WalletNotificationGetByStateResponse
func (*ClientWithResponses) WalletNotificationHistoryWithResponse
func (c *ClientWithResponses) WalletNotificationHistoryWithResponse(ctx context.Context, walletId string, params *WalletNotificationHistoryParams, reqEditors ...RequestEditorFn) (*WalletNotificationHistoryResponse, error)
WalletNotificationHistoryWithResponse request returning *WalletNotificationHistoryResponse
func (*ClientWithResponses) WalletNotificationsWithResponse
func (c *ClientWithResponses) WalletNotificationsWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*WalletNotificationsResponse, error)
WalletNotificationsWithResponse request returning *WalletNotificationsResponse
func (*ClientWithResponses) WalletPatchWithBodyWithResponse
func (c *ClientWithResponses) WalletPatchWithBodyWithResponse(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WalletPatchResponse, error)
WalletPatchWithBodyWithResponse request with arbitrary body returning *WalletPatchResponse
func (*ClientWithResponses) WalletPatchWithResponse
func (c *ClientWithResponses) WalletPatchWithResponse(ctx context.Context, walletId string, body WalletPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*WalletPatchResponse, error)
func (*ClientWithResponses) WalletProviderCertificateImportWithBodyWithResponse
func (c *ClientWithResponses) WalletProviderCertificateImportWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WalletProviderCertificateImportResponse, error)
WalletProviderCertificateImportWithBodyWithResponse request with arbitrary body returning *WalletProviderCertificateImportResponse
func (*ClientWithResponses) WalletProviderCertificateImportWithResponse
func (c *ClientWithResponses) WalletProviderCertificateImportWithResponse(ctx context.Context, body WalletProviderCertificateImportJSONRequestBody, reqEditors ...RequestEditorFn) (*WalletProviderCertificateImportResponse, error)
func (*ClientWithResponses) WalletProviderCsrGenerateWithResponse
func (c *ClientWithResponses) WalletProviderCsrGenerateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*WalletProviderCsrGenerateResponse, error)
WalletProviderCsrGenerateWithResponse request returning *WalletProviderCsrGenerateResponse
func (*ClientWithResponses) WalletVerifiedCredentialsByStateWithResponse
func (c *ClientWithResponses) WalletVerifiedCredentialsByStateWithResponse(ctx context.Context, walletId string, state string, reqEditors ...RequestEditorFn) (*WalletVerifiedCredentialsByStateResponse, error)
WalletVerifiedCredentialsByStateWithResponse request returning *WalletVerifiedCredentialsByStateResponse
func (*ClientWithResponses) WalletVerifiedCredentialsDeleteByStateWithResponse
func (c *ClientWithResponses) WalletVerifiedCredentialsDeleteByStateWithResponse(ctx context.Context, walletId string, state string, reqEditors ...RequestEditorFn) (*WalletVerifiedCredentialsDeleteByStateResponse, error)
WalletVerifiedCredentialsDeleteByStateWithResponse request returning *WalletVerifiedCredentialsDeleteByStateResponse
func (*ClientWithResponses) WalletX509CSRCreateWithBodyWithResponse
func (c *ClientWithResponses) WalletX509CSRCreateWithBodyWithResponse(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WalletX509CSRCreateResponse, error)
WalletX509CSRCreateWithBodyWithResponse request with arbitrary body returning *WalletX509CSRCreateResponse
func (*ClientWithResponses) WalletX509CSRCreateWithResponse
func (c *ClientWithResponses) WalletX509CSRCreateWithResponse(ctx context.Context, walletId string, body WalletX509CSRCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WalletX509CSRCreateResponse, error)
func (*ClientWithResponses) WalletX509CertificateGetWithResponse
func (c *ClientWithResponses) WalletX509CertificateGetWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*WalletX509CertificateGetResponse, error)
WalletX509CertificateGetWithResponse request returning *WalletX509CertificateGetResponse
func (*ClientWithResponses) WalletX509CertificateImportWithBodyWithResponse
func (c *ClientWithResponses) WalletX509CertificateImportWithBodyWithResponse(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WalletX509CertificateImportResponse, error)
WalletX509CertificateImportWithBodyWithResponse request with arbitrary body returning *WalletX509CertificateImportResponse
func (*ClientWithResponses) WalletX509CertificateImportWithResponse
func (c *ClientWithResponses) WalletX509CertificateImportWithResponse(ctx context.Context, walletId string, body WalletX509CertificateImportJSONRequestBody, reqEditors ...RequestEditorFn) (*WalletX509CertificateImportResponse, error)
func (*ClientWithResponses) WmpAcceptInvitationWithBodyWithResponse
func (c *ClientWithResponses) WmpAcceptInvitationWithBodyWithResponse(ctx context.Context, params *WmpAcceptInvitationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WmpAcceptInvitationResponse, error)
WmpAcceptInvitationWithBodyWithResponse request with arbitrary body returning *WmpAcceptInvitationResponse
func (*ClientWithResponses) WmpAcceptInvitationWithResponse
func (c *ClientWithResponses) WmpAcceptInvitationWithResponse(ctx context.Context, params *WmpAcceptInvitationParams, body WmpAcceptInvitationJSONRequestBody, reqEditors ...RequestEditorFn) (*WmpAcceptInvitationResponse, error)
func (*ClientWithResponses) WmpClientGetPendingRequestsWithResponse
func (c *ClientWithResponses) WmpClientGetPendingRequestsWithResponse(ctx context.Context, params *WmpClientGetPendingRequestsParams, reqEditors ...RequestEditorFn) (*WmpClientGetPendingRequestsResponse, error)
WmpClientGetPendingRequestsWithResponse request returning *WmpClientGetPendingRequestsResponse
func (*ClientWithResponses) WmpClientProcessRequestWithBodyWithResponse
func (c *ClientWithResponses) WmpClientProcessRequestWithBodyWithResponse(ctx context.Context, requestId string, params *WmpClientProcessRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WmpClientProcessRequestResponse, error)
WmpClientProcessRequestWithBodyWithResponse request with arbitrary body returning *WmpClientProcessRequestResponse
func (*ClientWithResponses) WmpClientProcessRequestWithResponse
func (c *ClientWithResponses) WmpClientProcessRequestWithResponse(ctx context.Context, requestId string, params *WmpClientProcessRequestParams, body WmpClientProcessRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*WmpClientProcessRequestResponse, error)
func (*ClientWithResponses) WmpCreateNewInvitationWithResponse
func (c *ClientWithResponses) WmpCreateNewInvitationWithResponse(ctx context.Context, params *WmpCreateNewInvitationParams, reqEditors ...RequestEditorFn) (*WmpCreateNewInvitationResponse, error)
WmpCreateNewInvitationWithResponse request returning *WmpCreateNewInvitationResponse
func (*ClientWithResponses) WmpEntityConnectionGetWithResponse
func (c *ClientWithResponses) WmpEntityConnectionGetWithResponse(ctx context.Context, entityId string, params *WmpEntityConnectionGetParams, reqEditors ...RequestEditorFn) (*WmpEntityConnectionGetResponse, error)
WmpEntityConnectionGetWithResponse request returning *WmpEntityConnectionGetResponse
func (*ClientWithResponses) WmpEntityDeleteWithResponse
func (c *ClientWithResponses) WmpEntityDeleteWithResponse(ctx context.Context, entityId string, params *WmpEntityDeleteParams, reqEditors ...RequestEditorFn) (*WmpEntityDeleteResponse, error)
WmpEntityDeleteWithResponse request returning *WmpEntityDeleteResponse
func (*ClientWithResponses) WmpEntityGetWithResponse
func (c *ClientWithResponses) WmpEntityGetWithResponse(ctx context.Context, entityId string, params *WmpEntityGetParams, reqEditors ...RequestEditorFn) (*WmpEntityGetResponse, error)
WmpEntityGetWithResponse request returning *WmpEntityGetResponse
func (*ClientWithResponses) WmpEntityListWithResponse
func (c *ClientWithResponses) WmpEntityListWithResponse(ctx context.Context, params *WmpEntityListParams, reqEditors ...RequestEditorFn) (*WmpEntityListResponse, error)
WmpEntityListWithResponse request returning *WmpEntityListResponse
func (*ClientWithResponses) WmpEntityServerConnectWithResponse
func (c *ClientWithResponses) WmpEntityServerConnectWithResponse(ctx context.Context, entityId string, params *WmpEntityServerConnectParams, reqEditors ...RequestEditorFn) (*WmpEntityServerConnectResponse, error)
WmpEntityServerConnectWithResponse request returning *WmpEntityServerConnectResponse
type ClientWithResponsesInterface
ClientWithResponsesInterface is the interface specification for the client with responses above.
type ClientWithResponsesInterface interface {
// TrustListDeleteWithResponse request
TrustListDeleteWithResponse(ctx context.Context, params *TrustListDeleteParams, reqEditors ...RequestEditorFn) (*TrustListDeleteResponse, error)
// TrustListsGetWithResponse request
TrustListsGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TrustListsGetResponse, error)
// TrustListAddWithBodyWithResponse request with any body
TrustListAddWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrustListAddResponse, error)
TrustListAddWithResponse(ctx context.Context, body TrustListAddJSONRequestBody, reqEditors ...RequestEditorFn) (*TrustListAddResponse, error)
// TrustListRefreshWithResponse request
TrustListRefreshWithResponse(ctx context.Context, params *TrustListRefreshParams, reqEditors ...RequestEditorFn) (*TrustListRefreshResponse, error)
// WalletProviderCertificateImportWithBodyWithResponse request with any body
WalletProviderCertificateImportWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WalletProviderCertificateImportResponse, error)
WalletProviderCertificateImportWithResponse(ctx context.Context, body WalletProviderCertificateImportJSONRequestBody, reqEditors ...RequestEditorFn) (*WalletProviderCertificateImportResponse, error)
// WalletProviderCsrGenerateWithResponse request
WalletProviderCsrGenerateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*WalletProviderCsrGenerateResponse, error)
// CredentialListWithResponse request
CredentialListWithResponse(ctx context.Context, params *CredentialListParams, reqEditors ...RequestEditorFn) (*CredentialListResponse, error)
// CredentialCreateWithBodyWithResponse request with any body
CredentialCreateWithBodyWithResponse(ctx context.Context, params *CredentialCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialCreateResponse, error)
CredentialCreateWithResponse(ctx context.Context, params *CredentialCreateParams, body CredentialCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialCreateResponse, error)
// CredentialImportWithBodyWithResponse request with any body
CredentialImportWithBodyWithResponse(ctx context.Context, params *CredentialImportParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialImportResponse, error)
CredentialImportWithResponse(ctx context.Context, params *CredentialImportParams, body CredentialImportJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialImportResponse, error)
// CredentialRequestInitWithBodyWithResponse request with any body
CredentialRequestInitWithBodyWithResponse(ctx context.Context, params *CredentialRequestInitParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialRequestInitResponse, error)
CredentialRequestInitWithResponse(ctx context.Context, params *CredentialRequestInitParams, body CredentialRequestInitJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialRequestInitResponse, error)
// CredentialGetWithResponse request
CredentialGetWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialGetParams, reqEditors ...RequestEditorFn) (*CredentialGetResponse, error)
// CredentialPatchWithBodyWithResponse request with any body
CredentialPatchWithBodyWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialPatchParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialPatchResponse, error)
CredentialPatchWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialPatchParams, body CredentialPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialPatchResponse, error)
// CredentialIssuanceInitWithBodyWithResponse request with any body
CredentialIssuanceInitWithBodyWithResponse(ctx context.Context, credentialId string, params *CredentialIssuanceInitParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialIssuanceInitResponse, error)
CredentialIssuanceInitWithResponse(ctx context.Context, credentialId string, params *CredentialIssuanceInitParams, body CredentialIssuanceInitJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialIssuanceInitResponse, error)
// CredentialMetadataPatchWithBodyWithResponse request with any body
CredentialMetadataPatchWithBodyWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialMetadataPatchParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CredentialMetadataPatchResponse, error)
CredentialMetadataPatchWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialMetadataPatchParams, body CredentialMetadataPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*CredentialMetadataPatchResponse, error)
// PdfCredentialTwinDeleteWithResponse request
PdfCredentialTwinDeleteWithResponse(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinDeleteParams, reqEditors ...RequestEditorFn) (*PdfCredentialTwinDeleteResponse, error)
// PdfCredentialTwinGetWithResponse request
PdfCredentialTwinGetWithResponse(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinGetParams, reqEditors ...RequestEditorFn) (*PdfCredentialTwinGetResponse, error)
// PdfCredentialTwinUploadWithBodyWithResponse request with any body
PdfCredentialTwinUploadWithBodyWithResponse(ctx context.Context, credentialId CredentialId, params *PdfCredentialTwinUploadParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PdfCredentialTwinUploadResponse, error)
// PdfCredentialMakeVpWithResponse request
PdfCredentialMakeVpWithResponse(ctx context.Context, credentialId CredentialId, params *PdfCredentialMakeVpParams, reqEditors ...RequestEditorFn) (*PdfCredentialMakeVpResponse, error)
// CredentialRevokeWithResponse request
CredentialRevokeWithResponse(ctx context.Context, credentialId CredentialId, params *CredentialRevokeParams, reqEditors ...RequestEditorFn) (*CredentialRevokeResponse, error)
// DeferredStatusWithResponse request
DeferredStatusWithResponse(ctx context.Context, deferredId string, params *DeferredStatusParams, reqEditors ...RequestEditorFn) (*DeferredStatusResponse, error)
// HealthCheckWithResponse request
HealthCheckWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*HealthCheckResponse, error)
// HolderIdTokenSendWithBodyWithResponse request with any body
HolderIdTokenSendWithBodyWithResponse(ctx context.Context, params *HolderIdTokenSendParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderIdTokenSendResponse, error)
HolderIdTokenSendWithResponse(ctx context.Context, params *HolderIdTokenSendParams, body HolderIdTokenSendJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderIdTokenSendResponse, error)
// HolderLinkedVpListWithResponse request
HolderLinkedVpListWithResponse(ctx context.Context, params *HolderLinkedVpListParams, reqEditors ...RequestEditorFn) (*HolderLinkedVpListResponse, error)
// HolderLinkedVpCreateWithBodyWithResponse request with any body
HolderLinkedVpCreateWithBodyWithResponse(ctx context.Context, params *HolderLinkedVpCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderLinkedVpCreateResponse, error)
HolderLinkedVpCreateWithResponse(ctx context.Context, params *HolderLinkedVpCreateParams, body HolderLinkedVpCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderLinkedVpCreateResponse, error)
// HolderLinkedVpDeleteWithResponse request
HolderLinkedVpDeleteWithResponse(ctx context.Context, linkedVpId string, params *HolderLinkedVpDeleteParams, reqEditors ...RequestEditorFn) (*HolderLinkedVpDeleteResponse, error)
// HolderLinkedVpGetDetailsWithResponse request
HolderLinkedVpGetDetailsWithResponse(ctx context.Context, linkedVpId string, params *HolderLinkedVpGetDetailsParams, reqEditors ...RequestEditorFn) (*HolderLinkedVpGetDetailsResponse, error)
// HolderOfferPassAuthInfoWithBodyWithResponse request with any body
HolderOfferPassAuthInfoWithBodyWithResponse(ctx context.Context, params *HolderOfferPassAuthInfoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderOfferPassAuthInfoResponse, error)
HolderOfferPassAuthInfoWithResponse(ctx context.Context, params *HolderOfferPassAuthInfoParams, body HolderOfferPassAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderOfferPassAuthInfoResponse, error)
// HolderOfferProcessAfterConsentWithBodyWithResponse request with any body
HolderOfferProcessAfterConsentWithBodyWithResponse(ctx context.Context, interactionId string, params *HolderOfferProcessAfterConsentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderOfferProcessAfterConsentResponse, error)
HolderOfferProcessAfterConsentWithResponse(ctx context.Context, interactionId string, params *HolderOfferProcessAfterConsentParams, body HolderOfferProcessAfterConsentJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderOfferProcessAfterConsentResponse, error)
// HolderPresentPassAuthInfoWithBodyWithResponse request with any body
HolderPresentPassAuthInfoWithBodyWithResponse(ctx context.Context, params *HolderPresentPassAuthInfoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderPresentPassAuthInfoResponse, error)
HolderPresentPassAuthInfoWithResponse(ctx context.Context, params *HolderPresentPassAuthInfoParams, body HolderPresentPassAuthInfoJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderPresentPassAuthInfoResponse, error)
// HolderCredentialsPresentAfterConsentWithBodyWithResponse request with any body
HolderCredentialsPresentAfterConsentWithBodyWithResponse(ctx context.Context, interactionId string, params *HolderCredentialsPresentAfterConsentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderCredentialsPresentAfterConsentResponse, error)
HolderCredentialsPresentAfterConsentWithResponse(ctx context.Context, interactionId string, params *HolderCredentialsPresentAfterConsentParams, body HolderCredentialsPresentAfterConsentJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderCredentialsPresentAfterConsentResponse, error)
// IdTokenRequestCreateWithResponse request
IdTokenRequestCreateWithResponse(ctx context.Context, params *IdTokenRequestCreateParams, reqEditors ...RequestEditorFn) (*IdTokenRequestCreateResponse, error)
// WalletIdentifierGetWithResponse request
WalletIdentifierGetWithResponse(ctx context.Context, params *WalletIdentifierGetParams, reqEditors ...RequestEditorFn) (*WalletIdentifierGetResponse, error)
// IssuerCredentialTypesListWithResponse request
IssuerCredentialTypesListWithResponse(ctx context.Context, params *IssuerCredentialTypesListParams, reqEditors ...RequestEditorFn) (*IssuerCredentialTypesListResponse, error)
// IssuerInitiateAuthOfferWithBodyWithResponse request with any body
IssuerInitiateAuthOfferWithBodyWithResponse(ctx context.Context, params *IssuerInitiateAuthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IssuerInitiateAuthOfferResponse, error)
IssuerInitiateAuthOfferWithResponse(ctx context.Context, params *IssuerInitiateAuthOfferParams, body IssuerInitiateAuthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*IssuerInitiateAuthOfferResponse, error)
// IssuerInitiatePreauthOfferWithBodyWithResponse request with any body
IssuerInitiatePreauthOfferWithBodyWithResponse(ctx context.Context, params *IssuerInitiatePreauthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IssuerInitiatePreauthOfferResponse, error)
IssuerInitiatePreauthOfferWithResponse(ctx context.Context, params *IssuerInitiatePreauthOfferParams, body IssuerInitiatePreauthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*IssuerInitiatePreauthOfferResponse, error)
// IssuerXadesSignWithBodyWithResponse request with any body
IssuerXadesSignWithBodyWithResponse(ctx context.Context, params *IssuerXadesSignParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IssuerXadesSignResponse, error)
// HolderCreateAuthOfferWithBodyWithResponse request with any body
HolderCreateAuthOfferWithBodyWithResponse(ctx context.Context, params *HolderCreateAuthOfferParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HolderCreateAuthOfferResponse, error)
HolderCreateAuthOfferWithResponse(ctx context.Context, params *HolderCreateAuthOfferParams, body HolderCreateAuthOfferJSONRequestBody, reqEditors ...RequestEditorFn) (*HolderCreateAuthOfferResponse, error)
// TfAccreditAsWithBodyWithResponse request with any body
TfAccreditAsWithBodyWithResponse(ctx context.Context, params *TfAccreditAsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfAccreditAsResponse, error)
TfAccreditAsWithResponse(ctx context.Context, params *TfAccreditAsParams, body TfAccreditAsJSONRequestBody, reqEditors ...RequestEditorFn) (*TfAccreditAsResponse, error)
// TfAccreditRequestWithBodyWithResponse request with any body
TfAccreditRequestWithBodyWithResponse(ctx context.Context, params *TfAccreditRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfAccreditRequestResponse, error)
TfAccreditRequestWithResponse(ctx context.Context, params *TfAccreditRequestParams, body TfAccreditRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*TfAccreditRequestResponse, error)
// TfOnboardWithBodyWithResponse request with any body
TfOnboardWithBodyWithResponse(ctx context.Context, params *TfOnboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfOnboardResponse, error)
TfOnboardWithResponse(ctx context.Context, params *TfOnboardParams, body TfOnboardJSONRequestBody, reqEditors ...RequestEditorFn) (*TfOnboardResponse, error)
// TfOnboardRequestWithBodyWithResponse request with any body
TfOnboardRequestWithBodyWithResponse(ctx context.Context, params *TfOnboardRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfOnboardRequestResponse, error)
TfOnboardRequestWithResponse(ctx context.Context, params *TfOnboardRequestParams, body TfOnboardRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*TfOnboardRequestResponse, error)
// TfRevokeAccreditationWithBodyWithResponse request with any body
TfRevokeAccreditationWithBodyWithResponse(ctx context.Context, params *TfRevokeAccreditationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfRevokeAccreditationResponse, error)
TfRevokeAccreditationWithResponse(ctx context.Context, params *TfRevokeAccreditationParams, body TfRevokeAccreditationJSONRequestBody, reqEditors ...RequestEditorFn) (*TfRevokeAccreditationResponse, error)
// TfX509CertificateListRecordsWithResponse request
TfX509CertificateListRecordsWithResponse(ctx context.Context, params *TfX509CertificateListRecordsParams, reqEditors ...RequestEditorFn) (*TfX509CertificateListRecordsResponse, error)
// TfX509CertificateIssueWithBodyWithResponse request with any body
TfX509CertificateIssueWithBodyWithResponse(ctx context.Context, params *TfX509CertificateIssueParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfX509CertificateIssueResponse, error)
TfX509CertificateIssueWithResponse(ctx context.Context, params *TfX509CertificateIssueParams, body TfX509CertificateIssueJSONRequestBody, reqEditors ...RequestEditorFn) (*TfX509CertificateIssueResponse, error)
// TfX509CertificateGetRecordWithResponse request
TfX509CertificateGetRecordWithResponse(ctx context.Context, serialNumber string, params *TfX509CertificateGetRecordParams, reqEditors ...RequestEditorFn) (*TfX509CertificateGetRecordResponse, error)
// TfX509CertificateUpdateStatusWithBodyWithResponse request with any body
TfX509CertificateUpdateStatusWithBodyWithResponse(ctx context.Context, serialNumber string, params *TfX509CertificateUpdateStatusParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TfX509CertificateUpdateStatusResponse, error)
TfX509CertificateUpdateStatusWithResponse(ctx context.Context, serialNumber string, params *TfX509CertificateUpdateStatusParams, body TfX509CertificateUpdateStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*TfX509CertificateUpdateStatusResponse, error)
// VerifierInitUrlCreateWithBodyWithResponse request with any body
VerifierInitUrlCreateWithBodyWithResponse(ctx context.Context, params *VerifierInitUrlCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*VerifierInitUrlCreateResponse, error)
VerifierInitUrlCreateWithResponse(ctx context.Context, params *VerifierInitUrlCreateParams, body VerifierInitUrlCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*VerifierInitUrlCreateResponse, error)
// VerifierLinkedVpVerifyWithResponse request
VerifierLinkedVpVerifyWithResponse(ctx context.Context, params *VerifierLinkedVpVerifyParams, reqEditors ...RequestEditorFn) (*VerifierLinkedVpVerifyResponse, error)
// VerifierPdfVerifyWithBodyWithResponse request with any body
VerifierPdfVerifyWithBodyWithResponse(ctx context.Context, params *VerifierPdfVerifyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*VerifierPdfVerifyResponse, error)
// WalletListWithResponse request
WalletListWithResponse(ctx context.Context, params *WalletListParams, reqEditors ...RequestEditorFn) (*WalletListResponse, error)
// WalletCreateWithBodyWithResponse request with any body
WalletCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WalletCreateResponse, error)
WalletCreateWithResponse(ctx context.Context, body WalletCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WalletCreateResponse, error)
// WalletDeleteWithResponse request
WalletDeleteWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*WalletDeleteResponse, error)
// WalletGetWithResponse request
WalletGetWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*WalletGetResponse, error)
// WalletPatchWithBodyWithResponse request with any body
WalletPatchWithBodyWithResponse(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WalletPatchResponse, error)
WalletPatchWithResponse(ctx context.Context, walletId string, body WalletPatchJSONRequestBody, reqEditors ...RequestEditorFn) (*WalletPatchResponse, error)
// WalletX509CertificateGetWithResponse request
WalletX509CertificateGetWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*WalletX509CertificateGetResponse, error)
// WalletX509CertificateImportWithBodyWithResponse request with any body
WalletX509CertificateImportWithBodyWithResponse(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WalletX509CertificateImportResponse, error)
WalletX509CertificateImportWithResponse(ctx context.Context, walletId string, body WalletX509CertificateImportJSONRequestBody, reqEditors ...RequestEditorFn) (*WalletX509CertificateImportResponse, error)
// WalletX509CSRCreateWithBodyWithResponse request with any body
WalletX509CSRCreateWithBodyWithResponse(ctx context.Context, walletId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WalletX509CSRCreateResponse, error)
WalletX509CSRCreateWithResponse(ctx context.Context, walletId string, body WalletX509CSRCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WalletX509CSRCreateResponse, error)
// WalletKeysWithResponse request
WalletKeysWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*WalletKeysResponse, error)
// WalletNotificationHistoryWithResponse request
WalletNotificationHistoryWithResponse(ctx context.Context, walletId string, params *WalletNotificationHistoryParams, reqEditors ...RequestEditorFn) (*WalletNotificationHistoryResponse, error)
// WalletNotificationGetByStateWithResponse request
WalletNotificationGetByStateWithResponse(ctx context.Context, walletId string, eventType string, state string, reqEditors ...RequestEditorFn) (*WalletNotificationGetByStateResponse, error)
// WalletNotificationsWithResponse request
WalletNotificationsWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*WalletNotificationsResponse, error)
// WalletVerifiedCredentialsDeleteByStateWithResponse request
WalletVerifiedCredentialsDeleteByStateWithResponse(ctx context.Context, walletId string, state string, reqEditors ...RequestEditorFn) (*WalletVerifiedCredentialsDeleteByStateResponse, error)
// WalletVerifiedCredentialsByStateWithResponse request
WalletVerifiedCredentialsByStateWithResponse(ctx context.Context, walletId string, state string, reqEditors ...RequestEditorFn) (*WalletVerifiedCredentialsByStateResponse, error)
// WmpClientGetPendingRequestsWithResponse request
WmpClientGetPendingRequestsWithResponse(ctx context.Context, params *WmpClientGetPendingRequestsParams, reqEditors ...RequestEditorFn) (*WmpClientGetPendingRequestsResponse, error)
// WmpClientProcessRequestWithBodyWithResponse request with any body
WmpClientProcessRequestWithBodyWithResponse(ctx context.Context, requestId string, params *WmpClientProcessRequestParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WmpClientProcessRequestResponse, error)
WmpClientProcessRequestWithResponse(ctx context.Context, requestId string, params *WmpClientProcessRequestParams, body WmpClientProcessRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*WmpClientProcessRequestResponse, error)
// WmpEntityListWithResponse request
WmpEntityListWithResponse(ctx context.Context, params *WmpEntityListParams, reqEditors ...RequestEditorFn) (*WmpEntityListResponse, error)
// WmpEntityDeleteWithResponse request
WmpEntityDeleteWithResponse(ctx context.Context, entityId string, params *WmpEntityDeleteParams, reqEditors ...RequestEditorFn) (*WmpEntityDeleteResponse, error)
// WmpEntityGetWithResponse request
WmpEntityGetWithResponse(ctx context.Context, entityId string, params *WmpEntityGetParams, reqEditors ...RequestEditorFn) (*WmpEntityGetResponse, error)
// WmpEntityConnectionGetWithResponse request
WmpEntityConnectionGetWithResponse(ctx context.Context, entityId string, params *WmpEntityConnectionGetParams, reqEditors ...RequestEditorFn) (*WmpEntityConnectionGetResponse, error)
// WmpEntityServerConnectWithResponse request
WmpEntityServerConnectWithResponse(ctx context.Context, entityId string, params *WmpEntityServerConnectParams, reqEditors ...RequestEditorFn) (*WmpEntityServerConnectResponse, error)
// WmpCreateNewInvitationWithResponse request
WmpCreateNewInvitationWithResponse(ctx context.Context, params *WmpCreateNewInvitationParams, reqEditors ...RequestEditorFn) (*WmpCreateNewInvitationResponse, error)
// WmpAcceptInvitationWithBodyWithResponse request with any body
WmpAcceptInvitationWithBodyWithResponse(ctx context.Context, params *WmpAcceptInvitationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WmpAcceptInvitationResponse, error)
WmpAcceptInvitationWithResponse(ctx context.Context, params *WmpAcceptInvitationParams, body WmpAcceptInvitationJSONRequestBody, reqEditors ...RequestEditorFn) (*WmpAcceptInvitationResponse, error)
// DidDocumentGetWithResponse request
DidDocumentGetWithResponse(ctx context.Context, walletId string, reqEditors ...RequestEditorFn) (*DidDocumentGetResponse, error)
}
func NewAuthenticatedClient
func NewAuthenticatedClient(config *Config) (ClientWithResponsesInterface, error)
type Config
type Config struct {
WalletUrl string `yaml:"walletUrl"`
WalletId string `yaml:"walletId"`
AuthenticationType string `yaml:"authenticationType"`
AuthenticationOAuth AuthenticationOAuth `yaml:"authenticationOAuth"`
}
type CredentialCreateJSONRequestBody
CredentialCreateJSONRequestBody defines body for CredentialCreate for application/json ContentType.
type CredentialCreateJSONRequestBody = CredentialPayload
type CredentialCreateParams
CredentialCreateParams defines parameters for CredentialCreate.
type CredentialCreateParams struct {
WalletId string `json:"wallet-id"`
}
type CredentialCreateResponse
type CredentialCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CredentialIdObject
JSON400 *BadRequestError
JSON500 *InternalServerError
}
func ParseCredentialCreateResponse
func ParseCredentialCreateResponse(rsp *http.Response) (*CredentialCreateResponse, error)
ParseCredentialCreateResponse parses an HTTP response from a CredentialCreateWithResponse call
func (CredentialCreateResponse) Status
func (r CredentialCreateResponse) Status() string
Status returns HTTPResponse.Status
func (CredentialCreateResponse) StatusCode
func (r CredentialCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CredentialDraftMetadata
CredentialDraftMetadata Accompanying information about the verifiable credential draft - schema, type, format etc.
type CredentialDraftMetadata struct {
CredentialSchema *string `json:"credentialSchema,omitempty"`
ExpirationDate *time.Time `json:"expirationDate,omitempty"`
// Format jwt_vc_vcdm - VC using W3C VC Data Model as jwt
// sd_jwt_vc - VC using sd_jwt_vc data model as jwt
// mso_mdoc - VC using ISO/IEC 18013-5 mdoc format
Format CredentialFormat `json:"format"`
Id string `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
}
type CredentialFormat
CredentialFormat jwt_vc_vcdm - VC using W3C VC Data Model as jwt sd_jwt_vc - VC using sd_jwt_vc data model as jwt mso_mdoc - VC using ISO/IEC 18013-5 mdoc format
type CredentialFormat string
Defines values for CredentialFormat.
const (
JwtVcVcdm CredentialFormat = "jwt_vc_vcdm"
MsoMdoc CredentialFormat = "mso_mdoc"
SdJwtVc CredentialFormat = "sd_jwt_vc"
)
type CredentialGetParams
CredentialGetParams defines parameters for CredentialGet.
type CredentialGetParams struct {
WalletId string `json:"wallet-id"`
}
type CredentialGetResponse
type CredentialGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CredentialWrapper
JSON400 *BadRequestError
JSON404 *NotFoundError
JSON500 *InternalServerError
}
func ParseCredentialGetResponse
func ParseCredentialGetResponse(rsp *http.Response) (*CredentialGetResponse, error)
ParseCredentialGetResponse parses an HTTP response from a CredentialGetWithResponse call
func (CredentialGetResponse) Status
func (r CredentialGetResponse) Status() string
Status returns HTTPResponse.Status
func (CredentialGetResponse) StatusCode
func (r CredentialGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CredentialId
CredentialId defines model for CredentialId.
type CredentialId = string
type CredentialIdObject
CredentialIdObject defines model for CredentialIdObject.
type CredentialIdObject struct {
Id CredentialId `json:"id"`
}
type CredentialImport
CredentialImport defines model for CredentialImport.
type CredentialImport struct {
Credential string `json:"credential"`
Name string `json:"name"`
}
type CredentialImportJSONRequestBody
CredentialImportJSONRequestBody defines body for CredentialImport for application/json ContentType.
type CredentialImportJSONRequestBody = CredentialImport
type CredentialImportParams
CredentialImportParams defines parameters for CredentialImport.
type CredentialImportParams struct {
WalletId string `json:"wallet-id"`
}
type CredentialImportResponse
type CredentialImportResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CredentialWrapper
JSON400 *BadRequestError
JSON500 *InternalServerError
}
func ParseCredentialImportResponse
func ParseCredentialImportResponse(rsp *http.Response) (*CredentialImportResponse, error)
ParseCredentialImportResponse parses an HTTP response from a CredentialImportWithResponse call
func (CredentialImportResponse) Status
func (r CredentialImportResponse) Status() string
Status returns HTTPResponse.Status
func (CredentialImportResponse) StatusCode
func (r CredentialImportResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CredentialIssuanceInit
CredentialIssuanceInit Request for addition of already created VC draft to issuance queue for a client. If clientId is used, it will be used as the queue item id, otherwise a new ID will be created.
type CredentialIssuanceInit struct {
// ClientId The future holder identifier. Usually this is the DID of the holder wallet.
ClientId *string `json:"clientId,omitempty"`
// IdTokenRequestId If ID Token was used to identify the holder's wallet.
IdTokenRequestId *string `json:"idTokenRequestId,omitempty"`
IssuanceRequirementsToVerify *IssuanceRequirementsToVerify `json:"issuanceRequirementsToVerify,omitempty"`
// IssuerId Identifier used by the wallet to decide which issuer to use to issue the credential.
IssuerId string `json:"issuerId"`
}
type CredentialIssuanceInitJSONRequestBody
CredentialIssuanceInitJSONRequestBody defines body for CredentialIssuanceInit for application/json ContentType.
type CredentialIssuanceInitJSONRequestBody = CredentialIssuanceInit
type CredentialIssuanceInitParams
CredentialIssuanceInitParams defines parameters for CredentialIssuanceInit.
type CredentialIssuanceInitParams struct {
WalletId string `json:"wallet-id"`
}
type CredentialIssuanceInitResponse
type CredentialIssuanceInitResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CredentialIssuanceInitResult
JSON400 *BadRequestError
JSON404 *NotFoundError
JSON500 *InternalServerError
}
func ParseCredentialIssuanceInitResponse
func ParseCredentialIssuanceInitResponse(rsp *http.Response) (*CredentialIssuanceInitResponse, error)
ParseCredentialIssuanceInitResponse parses an HTTP response from a CredentialIssuanceInitWithResponse call
func (CredentialIssuanceInitResponse) Status
func (r CredentialIssuanceInitResponse) Status() string
Status returns HTTPResponse.Status
func (CredentialIssuanceInitResponse) StatusCode
func (r CredentialIssuanceInitResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CredentialIssuanceInitResult
CredentialIssuanceInitResult defines model for CredentialIssuanceInitResult.
type CredentialIssuanceInitResult struct {
IssuanceQueueItemId string `json:"issuanceQueueItemId"`
}
type CredentialIssuerDefinition
CredentialIssuerDefinition Default value of signingKeyIdentifier is DID.
type CredentialIssuerDefinition struct {
// AuthnProviderUrl Custom Login Provider URL. Required when using `oauthCustom` and `openidCustom` authorization.
AuthnProviderUrl *string `json:"authnProviderUrl,omitempty"`
// Authorization Type of authorization used in credential interactions.
// Supported types:
// `none` - No authorization needed, use when the issuer uses pre authorized offers.
// `oauthNoAuth` - Authorization using Oauth2 with mock AS that immediately returns the authorization code.
// `oauthCustom` - Authorization using Oauth2, AS uses custom authentication provider.
// `openid` - Authorization using openid, id_token/vp_token request required before returning authorization code.
// `openidCustom` - Authorization using openid, AS uses custom authentication provider.
// When interacting with EUDI Wallet, use `oauth`/`oauthCustom` authorization type.
Authorization *CredentialIssuerDefinitionAuthorization `json:"authorization,omitempty"`
// CredentialFormat jwt_vc_vcdm - VC using W3C VC Data Model as jwt
// sd_jwt_vc - VC using sd_jwt_vc data model as jwt
// mso_mdoc - VC using ISO/IEC 18013-5 mdoc format
CredentialFormat CredentialFormat `json:"credentialFormat"`
// CredentialIssuer Type of issuer to be used with credentials of the type specified.
CredentialIssuer CredentialIssuerDefinitionCredentialIssuer `json:"credentialIssuer"`
// CredentialType Type of credentials for which the specified credential issuer will be used.
CredentialType string `json:"credentialType"`
// Description Human readable issuer description
Description *string `json:"description,omitempty"`
// DisclosableClaims JSON paths of credential claims which will support being disclosed partially.
DisclosableClaims *[]string `json:"disclosableClaims,omitempty"`
// Id Unique identifier of the issuer
Id string `json:"id"`
IssuerConfiguration *CredentialIssuerDefinition_IssuerConfiguration `json:"issuerConfiguration,omitempty"`
// Name Human readable issuer name
Name string `json:"name"`
// RequiresWalletInstanceAttestation When true, credential issuance for this issuer requires the wallet to present a valid
// EUDI Wallet Instance Attestation (WIA, TS3). The issuer verifies the WIA signature,
// expiry, status and key binding before issuing. Defaults to false (no WIA check).
RequiresWalletInstanceAttestation *bool `json:"requiresWalletInstanceAttestation,omitempty"`
SigningKeyIdentifier *SigningKeyIdentifier `json:"signingKeyIdentifier,omitempty"`
}
type CredentialIssuerDefinitionAuthorization
CredentialIssuerDefinitionAuthorization Type of authorization used in credential interactions. Supported types: `none` - No authorization needed, use when the issuer uses pre authorized offers. `oauthNoAuth` - Authorization using Oauth2 with mock AS that immediately returns the authorization code. `oauthCustom` - Authorization using Oauth2, AS uses custom authentication provider. `openid` - Authorization using openid, id_token/vp_token request required before returning authorization code. `openidCustom` - Authorization using openid, AS uses custom authentication provider. When interacting with EUDI Wallet, use `oauth`/`oauthCustom` authorization type.
type CredentialIssuerDefinitionAuthorization string
Defines values for CredentialIssuerDefinitionAuthorization.
const (
CredentialIssuerDefinitionAuthorizationNone CredentialIssuerDefinitionAuthorization = "none"
CredentialIssuerDefinitionAuthorizationOauthCustom CredentialIssuerDefinitionAuthorization = "oauthCustom"
CredentialIssuerDefinitionAuthorizationOauthNoAuth CredentialIssuerDefinitionAuthorization = "oauthNoAuth"
CredentialIssuerDefinitionAuthorizationOpenid CredentialIssuerDefinitionAuthorization = "openid"
CredentialIssuerDefinitionAuthorizationOpenidCustom CredentialIssuerDefinitionAuthorization = "openidCustom"
)
type CredentialIssuerDefinitionCredentialIssuer
CredentialIssuerDefinitionCredentialIssuer Type of issuer to be used with credentials of the type specified.
type CredentialIssuerDefinitionCredentialIssuer string
Defines values for CredentialIssuerDefinitionCredentialIssuer.
const (
CredentialRequirements CredentialIssuerDefinitionCredentialIssuer = "CredentialRequirements"
CtRevocable CredentialIssuerDefinitionCredentialIssuer = "CtRevocable"
CtWalletSame CredentialIssuerDefinitionCredentialIssuer = "CtWalletSame"
IssuanceQueue CredentialIssuerDefinitionCredentialIssuer = "IssuanceQueue"
VPDriven CredentialIssuerDefinitionCredentialIssuer = "VPDriven"
)
type CredentialIssuerDefinition_IssuerConfiguration
CredentialIssuerDefinition_IssuerConfiguration defines model for CredentialIssuerDefinition.IssuerConfiguration.
type CredentialIssuerDefinition_IssuerConfiguration struct {
// contains filtered or unexported fields
}
func (CredentialIssuerDefinition_IssuerConfiguration) AsCredentialRequirementsIssuerConfig
func (t CredentialIssuerDefinition_IssuerConfiguration) AsCredentialRequirementsIssuerConfig() (CredentialRequirementsIssuerConfig, error)
AsCredentialRequirementsIssuerConfig returns the union data inside the CredentialIssuerDefinition_IssuerConfiguration as a CredentialRequirementsIssuerConfig
func (CredentialIssuerDefinition_IssuerConfiguration) AsCtWalletSameIssuerConfig
func (t CredentialIssuerDefinition_IssuerConfiguration) AsCtWalletSameIssuerConfig() (CtWalletSameIssuerConfig, error)
AsCtWalletSameIssuerConfig returns the union data inside the CredentialIssuerDefinition_IssuerConfiguration as a CtWalletSameIssuerConfig
func (CredentialIssuerDefinition_IssuerConfiguration) AsVPDrivenIssuerConfig
func (t CredentialIssuerDefinition_IssuerConfiguration) AsVPDrivenIssuerConfig() (VPDrivenIssuerConfig, error)
AsVPDrivenIssuerConfig returns the union data inside the CredentialIssuerDefinition_IssuerConfiguration as a VPDrivenIssuerConfig
func (*CredentialIssuerDefinition_IssuerConfiguration) FromCredentialRequirementsIssuerConfig
func (t *CredentialIssuerDefinition_IssuerConfiguration) FromCredentialRequirementsIssuerConfig(v CredentialRequirementsIssuerConfig) error
FromCredentialRequirementsIssuerConfig overwrites any union data inside the CredentialIssuerDefinition_IssuerConfiguration as the provided CredentialRequirementsIssuerConfig
func (*CredentialIssuerDefinition_IssuerConfiguration) FromCtWalletSameIssuerConfig
func (t *CredentialIssuerDefinition_IssuerConfiguration) FromCtWalletSameIssuerConfig(v CtWalletSameIssuerConfig) error
FromCtWalletSameIssuerConfig overwrites any union data inside the CredentialIssuerDefinition_IssuerConfiguration as the provided CtWalletSameIssuerConfig
func (*CredentialIssuerDefinition_IssuerConfiguration) FromVPDrivenIssuerConfig
func (t *CredentialIssuerDefinition_IssuerConfiguration) FromVPDrivenIssuerConfig(v VPDrivenIssuerConfig) error
FromVPDrivenIssuerConfig overwrites any union data inside the CredentialIssuerDefinition_IssuerConfiguration as the provided VPDrivenIssuerConfig
func (CredentialIssuerDefinition_IssuerConfiguration) MarshalJSON
func (t CredentialIssuerDefinition_IssuerConfiguration) MarshalJSON() ([]byte, error)
func (*CredentialIssuerDefinition_IssuerConfiguration) MergeCredentialRequirementsIssuerConfig
func (t *CredentialIssuerDefinition_IssuerConfiguration) MergeCredentialRequirementsIssuerConfig(v CredentialRequirementsIssuerConfig) error
MergeCredentialRequirementsIssuerConfig performs a merge with any union data inside the CredentialIssuerDefinition_IssuerConfiguration, using the provided CredentialRequirementsIssuerConfig
func (*CredentialIssuerDefinition_IssuerConfiguration) MergeCtWalletSameIssuerConfig
func (t *CredentialIssuerDefinition_IssuerConfiguration) MergeCtWalletSameIssuerConfig(v CtWalletSameIssuerConfig) error
MergeCtWalletSameIssuerConfig performs a merge with any union data inside the CredentialIssuerDefinition_IssuerConfiguration, using the provided CtWalletSameIssuerConfig
func (*CredentialIssuerDefinition_IssuerConfiguration) MergeVPDrivenIssuerConfig
func (t *CredentialIssuerDefinition_IssuerConfiguration) MergeVPDrivenIssuerConfig(v VPDrivenIssuerConfig) error
MergeVPDrivenIssuerConfig performs a merge with any union data inside the CredentialIssuerDefinition_IssuerConfiguration, using the provided VPDrivenIssuerConfig
func (*CredentialIssuerDefinition_IssuerConfiguration) UnmarshalJSON
func (t *CredentialIssuerDefinition_IssuerConfiguration) UnmarshalJSON(b []byte) error
type CredentialList
CredentialList defines model for CredentialList.
type CredentialList struct {
List []CredentialMetadata `json:"list"`
Next string `json:"next"`
}
type CredentialListParams
CredentialListParams defines parameters for CredentialList.
type CredentialListParams struct {
// Interaction The interaction that is the origin of the credential. This parameter is mutually exclusive with the "type" parameter.
Interaction *CredentialListParamsInteraction `form:"interaction,omitempty" json:"interaction,omitempty"`
// Type The credential type as comma delimited list representing a single type. This parameter is mutually exclusive with the "interaction" parameter.
// I.e. VerifiableCredential,VerifiableAttestation,Europass.
Type *string `form:"type,omitempty" json:"type,omitempty"`
// Valid The credential validity flag. If not provided credentials with any validity will be returned.
Valid *bool `form:"valid,omitempty" json:"valid,omitempty"`
// Limit The number of items
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
// NextMarker Marking the next set of items
NextMarker *string `form:"nextMarker,omitempty" json:"nextMarker,omitempty"`
// Sort Sort flag controls the sort direction by the time updated or issued
Sort *ListSort `form:"sort,omitempty" json:"sort,omitempty"`
// SearchPath JSON path specification for the filter to apply
SearchPath *string `form:"searchPath,omitempty" json:"searchPath,omitempty"`
// Filter JSON schema filter used to select the credentials (base64 encoded)
Filter *[]byte `form:"filter,omitempty" json:"filter,omitempty"`
WalletId string `json:"wallet-id"`
}
type CredentialListParamsInteraction
CredentialListParamsInteraction defines parameters for CredentialList.
type CredentialListParamsInteraction string
Defines values for CredentialListParamsInteraction.
const (
CredentialListParamsInteractionIssuance CredentialListParamsInteraction = "issuance"
CredentialListParamsInteractionReceive CredentialListParamsInteraction = "receive"
CredentialListParamsInteractionStatusList CredentialListParamsInteraction = "statusList"
CredentialListParamsInteractionTaoCredentials CredentialListParamsInteraction = "taoCredentials"
)
type CredentialListResponse
type CredentialListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CredentialList
JSON400 *BadRequestError
JSON500 *InternalServerError
}
func ParseCredentialListResponse
func ParseCredentialListResponse(rsp *http.Response) (*CredentialListResponse, error)
ParseCredentialListResponse parses an HTTP response from a CredentialListWithResponse call
func (CredentialListResponse) Status
func (r CredentialListResponse) Status() string
Status returns HTTPResponse.Status
func (CredentialListResponse) StatusCode
func (r CredentialListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CredentialMetadata
CredentialMetadata Any Credential related accompanying key, value pairs that are not part of the Issued Credential
type CredentialMetadata struct {
Created time.Time `json:"created"`
DisclosableFields *[]string `json:"disclosableFields,omitempty"`
ExpirationDate *time.Time `json:"expirationDate,omitempty"`
Id string `json:"id"`
Interaction CredentialMetadataInteraction `json:"interaction"`
IssuanceDate time.Time `json:"issuanceDate"`
// IssuerDisplay Array of objects, where each object contains display properties of a Credential Issuer for a certain language.
IssuerDisplay *[]IssuerDisplayItem `json:"issuerDisplay,omitempty"`
IssuerIdentifier string `json:"issuerIdentifier"`
Message *string `json:"message,omitempty"`
Name string `json:"name"`
OwnerId string `json:"ownerId"`
Status CredentialMetadataStatus `json:"status"`
Type string `json:"type"`
Updated time.Time `json:"updated"`
WalletId string `json:"walletId"`
AdditionalProperties map[string]interface{} `json:"-"`
}
func (CredentialMetadata) Get
func (a CredentialMetadata) Get(fieldName string) (value interface{}, found bool)
Getter for additional properties for CredentialMetadata. Returns the specified element and whether it was found
func (CredentialMetadata) MarshalJSON
func (a CredentialMetadata) MarshalJSON() ([]byte, error)
Override default JSON handling for CredentialMetadata to handle AdditionalProperties
func (*CredentialMetadata) Set
func (a *CredentialMetadata) Set(fieldName string, value interface{})
Setter for additional properties for CredentialMetadata
func (*CredentialMetadata) UnmarshalJSON
func (a *CredentialMetadata) UnmarshalJSON(b []byte) error
Override default JSON handling for CredentialMetadata to handle AdditionalProperties
type CredentialMetadataInteraction
CredentialMetadataInteraction defines model for CredentialMetadata.Interaction.
type CredentialMetadataInteraction string
Defines values for CredentialMetadataInteraction.
const (
CredentialMetadataInteractionIssuance CredentialMetadataInteraction = "issuance"
CredentialMetadataInteractionReceive CredentialMetadataInteraction = "receive"
CredentialMetadataInteractionStatusList CredentialMetadataInteraction = "statusList"
CredentialMetadataInteractionTaoCredentials CredentialMetadataInteraction = "taoCredentials"
)
type CredentialMetadataPatchJSONRequestBody
CredentialMetadataPatchJSONRequestBody defines body for CredentialMetadataPatch for application/json ContentType.
type CredentialMetadataPatchJSONRequestBody = CredentialMetadataPatchPayload
type CredentialMetadataPatchParams
CredentialMetadataPatchParams defines parameters for CredentialMetadataPatch.
type CredentialMetadataPatchParams struct {
WalletId string `json:"wallet-id"`
}
type CredentialMetadataPatchPayload
CredentialMetadataPatchPayload defines model for CredentialMetadataPatchPayload.
type CredentialMetadataPatchPayload struct {
Name *string `json:"name,omitempty"`
AdditionalProperties map[string]interface{} `json:"-"`
}
func (CredentialMetadataPatchPayload) Get
func (a CredentialMetadataPatchPayload) Get(fieldName string) (value interface{}, found bool)
Getter for additional properties for CredentialMetadataPatchPayload. Returns the specified element and whether it was found
func (CredentialMetadataPatchPayload) MarshalJSON
func (a CredentialMetadataPatchPayload) MarshalJSON() ([]byte, error)
Override default JSON handling for CredentialMetadataPatchPayload to handle AdditionalProperties
func (*CredentialMetadataPatchPayload) Set
func (a *CredentialMetadataPatchPayload) Set(fieldName string, value interface{})
Setter for additional properties for CredentialMetadataPatchPayload
func (*CredentialMetadataPatchPayload) UnmarshalJSON
func (a *CredentialMetadataPatchPayload) UnmarshalJSON(b []byte) error
Override default JSON handling for CredentialMetadataPatchPayload to handle AdditionalProperties
type CredentialMetadataPatchResponse
type CredentialMetadataPatchResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CredentialIdObject
JSON400 *BadRequestError
JSON404 *NotFoundError
JSON500 *InternalServerError
}
func ParseCredentialMetadataPatchResponse
func ParseCredentialMetadataPatchResponse(rsp *http.Response) (*CredentialMetadataPatchResponse, error)
ParseCredentialMetadataPatchResponse parses an HTTP response from a CredentialMetadataPatchWithResponse call
func (CredentialMetadataPatchResponse) Status
func (r CredentialMetadataPatchResponse) Status() string
Status returns HTTPResponse.Status
func (CredentialMetadataPatchResponse) StatusCode
func (r CredentialMetadataPatchResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode