Index

src/registrar/generated/types.gen.ts

AccessCertificate
literal type
AccessCertificateControllerAccessCertificatesData
literal type
AccessCertificateControllerAccessCertificatesResponse
AccessCertificateControllerAccessCertificatesResponses
AccessCertificateControllerAccessCertificatesResponses
literal type
AccessCertificateControllerDeleteData
literal type
AccessCertificateControllerDeleteResponses
literal type
AccessCertificateControllerFindOneData
literal type
AccessCertificateControllerFindOneParsedData
literal type
AccessCertificateControllerFindOneParsedResponse
AccessCertificateControllerFindOneParsedResponses
AccessCertificateControllerFindOneParsedResponses
literal type
AccessCertificateControllerFindOneResponses
literal type
AccessCertificateControllerRegisterData
literal type
AccessCertificateControllerRegisterResponse
AccessCertificateControllerRegisterResponses
AccessCertificateControllerRegisterResponses
literal type
AccessCertificateRegistration
literal type
AccessCertificateRegistrationResponse
literal type
ClientOptions
literal type
Contact
literal type
Credential
literal type
CryptoControllerOwnCertData
literal type
CryptoControllerOwnCertParsedData
literal type
CryptoControllerOwnCertParsedResponse
CryptoControllerOwnCertParsedResponses
CryptoControllerOwnCertParsedResponses
literal type
CryptoControllerOwnCertResponse
CryptoControllerOwnCertResponses
CryptoControllerOwnCertResponses
literal type
DecodedJwt
literal type
HealthControllerCheckData
literal type
HealthControllerCheckError
HealthControllerCheckErrors
HealthControllerCheckErrors
literal type
HealthControllerCheckResponse
HealthControllerCheckResponses
HealthControllerCheckResponses
literal type
IntendedUse
literal type
MultiLang
literal type
Oid4VpControllerGetValidPidData
literal type
Oid4VpControllerGetValidPidResponses
literal type
Oid4VpControllerGetValidRequestData
literal type
Oid4VpControllerGetValidRequestResponse
Oid4VpControllerGetValidRequestResponses
Oid4VpControllerGetValidRequestResponses
literal type
Oid4VpControllerGetValidRequestWithQueryData
literal type
Oid4VpControllerGetValidRequestWithQueryResponse
Oid4VpControllerGetValidRequestWithQueryResponses
Oid4VpControllerGetValidRequestWithQueryResponses
literal type
Oid4VpControllerResponseData
literal type
Oid4VpControllerResponseResponses
literal type
Oid4VpControllerSuccessData
literal type
Oid4VpControllerSuccessResponse
Oid4VpControllerSuccessResponses
Oid4VpControllerSuccessResponses
literal type
OmitTypeClass
literal type
RegistrationCertificate
literal type
RegistrationCertificateControllerAllData
literal type
RegistrationCertificateControllerAllResponse
RegistrationCertificateControllerAllResponses
RegistrationCertificateControllerAllResponses
literal type
RegistrationCertificateControllerDeleteData
literal type
RegistrationCertificateControllerDeleteResponses
literal type
RegistrationCertificateControllerFindOneData
literal type
RegistrationCertificateControllerFindOneDecodedData
literal type
RegistrationCertificateControllerFindOneDecodedResponse
RegistrationCertificateControllerFindOneDecodedResponses
RegistrationCertificateControllerFindOneDecodedResponses
literal type
RegistrationCertificateControllerFindOneError
RegistrationCertificateControllerFindOneErrors
RegistrationCertificateControllerFindOneErrors
literal type
RegistrationCertificateControllerFindOneResponse
RegistrationCertificateControllerFindOneResponses
RegistrationCertificateControllerFindOneResponses
literal type
RegistrationCertificateControllerRegisterData
literal type
RegistrationCertificateControllerRegisterResponse
RegistrationCertificateControllerRegisterResponses
RegistrationCertificateControllerRegisterResponses
literal type
RegistrationCertificateCreation
literal type
RelyingParty
literal type
RelyingPartyControllerFindAllData
literal type
RelyingPartyControllerFindAllResponse
RelyingPartyControllerFindAllResponses
RelyingPartyControllerFindAllResponses
literal type
RelyingPartyControllerRegisterData
literal type
RelyingPartyControllerRegisterResponse
RelyingPartyControllerRegisterResponses
RelyingPartyControllerRegisterResponses
literal type
RelyingPartyControllerRemoveData
literal type
RelyingPartyControllerRemoveResponses
literal type
RelyingPartyRegistration
literal type
StatusListControllerCrlFileData
literal type
StatusListControllerCrlFileResponse
StatusListControllerCrlFileResponses
StatusListControllerCrlFileResponses
literal type
StatusListControllerGetListData
literal type
StatusListControllerGetListResponse
StatusListControllerGetListResponses
StatusListControllerGetListResponses
literal type

src/registrar/generated/client/utils.ts

ArraySeparatorStyle
ArrayStyle | MatrixStyle
ArrayStyle
"form" | "spaceDelimited" | "pipeDelimited"
ErrInterceptor
function
MatrixStyle
"label" | "matrix" | "simple"
ReqInterceptor
function
ResInterceptor
function

src/registrar/generated/core/pathSerializer.ts

ArraySeparatorStyle
ArrayStyle | MatrixStyle
ArrayStyle
"form" | "spaceDelimited" | "pipeDelimited"
MatrixStyle
"label" | "matrix" | "simple"
ObjectSeparatorStyle
ObjectStyle | MatrixStyle
ObjectStyle
"form" | "deepObject"

src/utils/webhook.dto.ts

AuthConfig

src/registrar/generated/core/auth.ts

AuthToken
string | undefined

src/registrar/generated/core/bodySerializer.ts

BodySerializer
function
QuerySerializer
function

src/registrar/generated/client/types.ts

BuildUrlFn
function
Client
CreateClientConfig

The createClientConfig() function will be called on client initialization and the returned object will become the client's initial configuration.

You may want to initialize your client this way instead of calling setConfig(). This is useful for example if you're using Next.js to ensure your client always has the correct values.

function
MethodFn
function
OmitKeys
Pick<T | Exclude<T, K>>
Options
OptionsLegacyParser
RequestFn
function
RequestResult
ResponseStyle
"data" | "fields"

src/crypto/crypto.service.ts

certificateType
"access" | "signing"

src/registrar/generated/client.gen.ts

CreateClientConfig

The createClientConfig() function will be called on client initialization and the returned object will become the client's initial configuration.

You may want to initialize your client this way instead of calling setConfig(). This is useful for example if you're using Next.js to ensure your client always has the correct values.

function

src/crypto/key/crypto/crypto.service.ts

CryptoType
"ES256" | "Ed25519"

src/registrar/generated/core/params.ts

Field
literal type | literal type
FieldsConfig
ReadonlyArray<Field | Fields>
KeyMap
Map<string | literal type>
Slot
"body" | "headers" | "path" | "query"

src/crypto/key/crypto/crypto-implementation.ts

KeyPair
literal type
Signer
function
Verifier
function

scripts/import.ts

LoginReponse
literal type

src/session/entities/session.entity.ts

Notification
literal type

src/registrar/generated/sdk.gen.ts

Options

src/registrar/generated/client/client.ts

ReqInit

results matching ""

    No results matching ""