# Functions

Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewConsentBridgeClient returns a BridgeClient configured according to the current config.
NewGetAttachmentBySecureHashRequest generates requests for GetAttachmentBySecureHash.
NewGetConsentRequestStateByIdRequest generates requests for GetConsentRequestStateById.
ParseGetAttachmentBySecureHashResponse parses an HTTP response from a GetAttachmentBySecureHashWithResponse call.
ParseGetConsentRequestStateByIdResponse parses an HTTP response from a GetConsentRequestStateByIdWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.

# Constants

List of Domain.
List of Domain.
List of Domain.
List of Domain.

# Structs

ASymmetricKey defines model for ASymmetricKey.
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
ConsentId defines model for ConsentId.
ConsentRecord defines model for ConsentRecord.
ConsentState defines model for ConsentState.
FullConsentRequestState defines model for FullConsentRequestState.
No description provided by the author
No description provided by the author
HttpClient holds the server address and other basic settings for the http client.
Metadata defines model for Metadata.
PartyAttachmentSignature defines model for PartyAttachmentSignature.
Period defines model for Period.
SignatureWithKey defines model for SignatureWithKey.
SymmetricKey defines model for SymmetricKey.

# Interfaces

No description provided by the author
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.

# Type aliases

ClientOption allows setting custom parameters during construction.
Domain defines model for Domain.
Identifier defines model for Identifier.
JWK defines model for JWK.
RequestEditorFn is the function signature for the RequestEditor callback function.
StateMachineId defines model for StateMachineId.