Variables
CredentialPb
CredentialPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): CredentialPb
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { context?: string[]; credentialStatus?: { id?: string | undefined; type?: string | undefined; }; credentialSubject?: string; expirationDate?: Date; id?: string; issuanceDate?: Date; issuer?: string; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; }; type?: string[] }): CredentialPb
-
Parameters
-
object: { context?: string[]; credentialStatus?: { id?: string | undefined; type?: string | undefined; }; credentialSubject?: string; expirationDate?: Date; id?: string; issuanceDate?: Date; issuer?: string; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; }; type?: string[] }
-
Optional context?: string[]
-
Optional credentialStatus?: { id?: string | undefined; type?: string | undefined; }
-
Optional credentialSubject?: string
-
Optional expirationDate?: Date
-
Optional id?: string
-
Optional issuanceDate?: Date
-
Optional issuer?: string
-
Optional proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; }
-
Optional type?: string[]
-
toJSON: function
-
Parameters
Returns unknown
CredentialRequest
CredentialRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { issuers?: string[]; required?: boolean; type?: string }): CredentialRequest
-
Parameters
-
object: { issuers?: string[]; required?: boolean; type?: string }
-
Optional issuers?: string[]
-
Optional required?: boolean
-
Optional type?: string
-
toJSON: function
-
Parameters
Returns unknown
CredentialSchemaData
CredentialSchemaData: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { credentials?: { type?: string | undefined; attributes?: { key?: string | undefined; label?: string | undefined; comment?: string | undefined; }[] | undefined; }[]; heading?: string }): CredentialSchemaData
-
Parameters
-
object: { credentials?: { type?: string | undefined; attributes?: { key?: string | undefined; label?: string | undefined; comment?: string | undefined; }[] | undefined; }[]; heading?: string }
-
Optional credentials?: { type?: string | undefined; attributes?: { key?: string | undefined; label?: string | undefined; comment?: string | undefined; }[] | undefined; }[]
-
Optional heading?: string
-
toJSON: function
-
Parameters
Returns unknown
CredentialStatus
CredentialStatus: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { id?: string; type?: string }
-
Optional id?: string
-
Optional type?: string
-
toJSON: function
-
Parameters
Returns unknown
CredentialStatusInfoPb
CredentialStatusInfoPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { createdAt?: Date; credentialId?: string; status?: string; updatedAt?: Date; uuid?: string }): CredentialStatusInfoPb
-
Parameters
-
object: { createdAt?: Date; credentialId?: string; status?: string; updatedAt?: Date; uuid?: string }
-
Optional createdAt?: Date
-
Optional credentialId?: string
-
Optional status?: string
-
Optional updatedAt?: Date
-
Optional uuid?: string
-
toJSON: function
-
Parameters
Returns unknown
CredentialsIssuedResponse
CredentialsIssuedResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { credentialTypesIssued?: string[] }
-
Optional credentialTypesIssued?: string[]
-
toJSON: function
-
Parameters
Returns unknown
DIDPb
DIDPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): DIDPb
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: DIDPb, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
- fromJSON(object: any): DIDPb
-
fromPartial: function
- fromPartial(object: { id?: string; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; } }): DIDPb
-
Parameters
-
object: { id?: string; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; } }
-
Optional id?: string
-
Optional proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; }
-
toJSON: function
- toJSON(message: DIDPb): unknown
-
Parameters
Returns unknown
DidDocumentPb
DidDocumentPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): DidDocumentPb
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { context?: string[]; created?: Date; id?: string; publicKey?: { id?: string | undefined; publicKey?: string | undefined; encoding?: string | undefined; type?: string | undefined; status?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; rsaPadding?: RSAPadding | undefined; }[]; service?: { id?: string | undefined; serviceEndpoint?: string | undefined; type?: string | undefined; }[]; updated?: Date }): DidDocumentPb
-
Parameters
-
object: { context?: string[]; created?: Date; id?: string; publicKey?: { id?: string | undefined; publicKey?: string | undefined; encoding?: string | undefined; type?: string | undefined; status?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; rsaPadding?: RSAPadding | undefined; }[]; service?: { id?: string | undefined; serviceEndpoint?: string | undefined; type?: string | undefined; }[]; updated?: Date }
-
Optional context?: string[]
-
Optional created?: Date
-
Optional id?: string
-
Optional publicKey?: { id?: string | undefined; publicKey?: string | undefined; encoding?: string | undefined; type?: string | undefined; status?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; rsaPadding?: RSAPadding | undefined; }[]
-
Optional service?: { id?: string | undefined; serviceEndpoint?: string | undefined; type?: string | undefined; }[]
-
Optional updated?: Date
-
toJSON: function
-
Parameters
Returns unknown
DidDocumentService
DidDocumentService: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { id?: string; serviceEndpoint?: string; type?: string }): DidDocumentService
-
Parameters
-
object: { id?: string; serviceEndpoint?: string; type?: string }
-
Optional id?: string
-
Optional serviceEndpoint?: string
-
Optional type?: string
-
toJSON: function
-
Parameters
Returns unknown
EncryptedCredentialEnrichedPb
EncryptedCredentialEnrichedPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { didDocument?: { context?: string[] | undefined; id?: string | undefined; created?: Date | undefined; updated?: Date | undefined; publicKey?: { id?: string | undefined; publicKey?: string | undefined; ... 5 more ...; rsaPadding?: RSAPadding | undefined; }[] | undefined; service?: { ...; }[] | undefined; }; encryptedCredential?: { uuid?: string | undefined; credentialId?: string | undefined; subject?: string | undefined; issuer?: string | undefined; type?: string | undefined; data?: { data?: string | undefined; key?: { ...; } | undefined; rsaPadding?: RSAPadding | undefined; } | undefined; version?: string | undefined; createdAt?: Date | un... }): EncryptedCredentialEnrichedPb
-
Parameters
-
object: { didDocument?: { context?: string[] | undefined; id?: string | undefined; created?: Date | undefined; updated?: Date | undefined; publicKey?: { id?: string | undefined; publicKey?: string | undefined; ... 5 more ...; rsaPadding?: RSAPadding | undefined; }[] | undefined; service?: { ...; }[] | undefined; }; encryptedCredential?: { uuid?: string | undefined; credentialId?: string | undefined; subject?: string | undefined; issuer?: string | undefined; type?: string | undefined; data?: { data?: string | undefined; key?: { ...; } | undefined; rsaPadding?: RSAPadding | undefined; } | undefined; version?: string | undefined; createdAt?: Date | un... }
-
Optional didDocument?: { context?: string[] | undefined; id?: string | undefined; created?: Date | undefined; updated?: Date | undefined; publicKey?: { id?: string | undefined; publicKey?: string | undefined; ... 5 more ...; rsaPadding?: RSAPadding | undefined; }[] | undefined; service?: { ...; }[] | undefined; }
-
Optional encryptedCredential?: { uuid?: string | undefined; credentialId?: string | undefined; subject?: string | undefined; issuer?: string | undefined; type?: string | undefined; data?: { data?: string | undefined; key?: { ...; } | undefined; rsaPadding?: RSAPadding | undefined; } | undefined; version?: string | undefined; createdAt?: Date | un...
-
toJSON: function
-
Parameters
Returns unknown
EncryptedCredentialOptionsPb
EncryptedCredentialOptionsPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { credentialId?: string; data?: { data?: string | undefined; key?: { iv?: string | undefined; key?: string | undefined; algorithm?: string | undefined; did?: string | undefined; } | undefined; rsaPadding?: RSAPadding | undefined; }; expirationDate?: Date; issuer?: string; subject?: string; type?: string }): EncryptedCredentialOptionsPb
-
Parameters
-
object: { credentialId?: string; data?: { data?: string | undefined; key?: { iv?: string | undefined; key?: string | undefined; algorithm?: string | undefined; did?: string | undefined; } | undefined; rsaPadding?: RSAPadding | undefined; }; expirationDate?: Date; issuer?: string; subject?: string; type?: string }
-
Optional credentialId?: string
-
Optional data?: { data?: string | undefined; key?: { iv?: string | undefined; key?: string | undefined; algorithm?: string | undefined; did?: string | undefined; } | undefined; rsaPadding?: RSAPadding | undefined; }
-
Optional expirationDate?: Date
-
Optional issuer?: string
-
Optional subject?: string
-
Optional type?: string
-
toJSON: function
-
Parameters
Returns unknown
EncryptedCredentialPb
EncryptedCredentialPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { createdAt?: Date; credentialId?: string; data?: { data?: string | undefined; key?: { iv?: string | undefined; key?: string | undefined; algorithm?: string | undefined; did?: string | undefined; } | undefined; rsaPadding?: RSAPadding | undefined; }; expirationDate?: Date; issuer?: string; subject?: string; type?: string; updatedAt?: Date; uuid?: string; version?: string }): EncryptedCredentialPb
-
Parameters
-
object: { createdAt?: Date; credentialId?: string; data?: { data?: string | undefined; key?: { iv?: string | undefined; key?: string | undefined; algorithm?: string | undefined; did?: string | undefined; } | undefined; rsaPadding?: RSAPadding | undefined; }; expirationDate?: Date; issuer?: string; subject?: string; type?: string; updatedAt?: Date; uuid?: string; version?: string }
-
Optional createdAt?: Date
-
Optional credentialId?: string
-
Optional data?: { data?: string | undefined; key?: { iv?: string | undefined; key?: string | undefined; algorithm?: string | undefined; did?: string | undefined; } | undefined; rsaPadding?: RSAPadding | undefined; }
-
Optional expirationDate?: Date
-
Optional issuer?: string
-
Optional subject?: string
-
Optional type?: string
-
Optional updatedAt?: Date
-
Optional uuid?: string
-
Optional version?: string
-
toJSON: function
-
Parameters
Returns unknown
EncryptedKey
EncryptedKey: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): EncryptedKey
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { algorithm?: string; did?: string; iv?: string; key?: string }): EncryptedKey
-
Parameters
-
object: { algorithm?: string; did?: string; iv?: string; key?: string }
-
Optional algorithm?: string
-
Optional did?: string
-
Optional iv?: string
-
Optional key?: string
-
toJSON: function
-
Parameters
Returns unknown
HolderAppInfo
HolderAppInfo: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): HolderAppInfo
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { appStoreUrl?: string; deeplinkButtonImg?: string; name?: string; playStoreUrl?: string }): HolderAppInfo
-
Parameters
-
object: { appStoreUrl?: string; deeplinkButtonImg?: string; name?: string; playStoreUrl?: string }
-
Optional appStoreUrl?: string
-
Optional deeplinkButtonImg?: string
-
Optional name?: string
-
Optional playStoreUrl?: string
-
toJSON: function
-
Parameters
Returns unknown
IssueCredentialOptions
IssueCredentialOptions: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { credentialId?: string; encryptedCredentials?: { credentialId?: string | undefined; subject?: string | undefined; issuer?: string | undefined; type?: string | undefined; data?: { data?: string | undefined; key?: { iv?: string | undefined; key?: string | undefined; algorithm?: string | undefined; did?: string | undefined; } | undefined; rsaPadding?: RSAPadding | ...[]; issuer?: string; subject?: string; type?: string }): IssueCredentialOptions
-
Parameters
-
object: { credentialId?: string; encryptedCredentials?: { credentialId?: string | undefined; subject?: string | undefined; issuer?: string | undefined; type?: string | undefined; data?: { data?: string | undefined; key?: { iv?: string | undefined; key?: string | undefined; algorithm?: string | undefined; did?: string | undefined; } | undefined; rsaPadding?: RSAPadding | ...[]; issuer?: string; subject?: string; type?: string }
-
Optional credentialId?: string
-
Optional encryptedCredentials?: { credentialId?: string | undefined; subject?: string | undefined; issuer?: string | undefined; type?: string | undefined; data?: { data?: string | undefined; key?: { iv?: string | undefined; key?: string | undefined; algorithm?: string | undefined; did?: string | undefined; } | undefined; rsaPadding?: RSAPadding | ...[]
-
Optional issuer?: string
-
Optional subject?: string
-
Optional type?: string
-
toJSON: function
-
Parameters
Returns unknown
IssueCredentialsOptions
IssueCredentialsOptions: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { credentialRequests?: { credentialId?: string | undefined; subject?: string | undefined; issuer?: string | undefined; type?: string | undefined; encryptedCredentials?: { credentialId?: string | undefined; ... 4 more ...; expirationDate?: Date | undefined; }[] | undefined; }[] }): IssueCredentialsOptions
-
Parameters
-
object: { credentialRequests?: { credentialId?: string | undefined; subject?: string | undefined; issuer?: string | undefined; type?: string | undefined; encryptedCredentials?: { credentialId?: string | undefined; ... 4 more ...; expirationDate?: Date | undefined; }[] | undefined; }[] }
-
Optional credentialRequests?: { credentialId?: string | undefined; subject?: string | undefined; issuer?: string | undefined; type?: string | undefined; encryptedCredentials?: { credentialId?: string | undefined; ... 4 more ...; expirationDate?: Date | undefined; }[] | undefined; }[]
-
toJSON: function
-
Parameters
Returns unknown
IssuerInfo
IssuerInfo: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): IssuerInfo
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: IssuerInfo, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { cardImageUrl?: string; did?: string; name?: string }): IssuerInfo
-
Parameters
-
object: { cardImageUrl?: string; did?: string; name?: string }
-
Optional cardImageUrl?: string
-
Optional did?: string
-
Optional name?: string
-
toJSON: function
-
Parameters
Returns unknown
KeyPair
KeyPair: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): KeyPair
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: KeyPair, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { id?: string; privateKey?: string; publicKey?: string }): KeyPair
-
Parameters
-
object: { id?: string; privateKey?: string; publicKey?: string }
-
Optional id?: string
-
Optional privateKey?: string
-
Optional publicKey?: string
-
toJSON: function
-
Parameters
Returns unknown
KeyPairSet
KeyPairSet: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): KeyPairSet
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: KeyPairSet, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { encryption?: { privateKey?: string | undefined; publicKey?: string | undefined; id?: string | undefined; }; signing?: { privateKey?: string | undefined; publicKey?: string | undefined; id?: string | undefined; } }): KeyPairSet
-
Parameters
-
object: { encryption?: { privateKey?: string | undefined; publicKey?: string | undefined; id?: string | undefined; }; signing?: { privateKey?: string | undefined; publicKey?: string | undefined; id?: string | undefined; } }
-
Optional encryption?: { privateKey?: string | undefined; publicKey?: string | undefined; id?: string | undefined; }
-
Optional signing?: { privateKey?: string | undefined; publicKey?: string | undefined; id?: string | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
PresentationPb
PresentationPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { context?: string[]; presentationRequestId?: string; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; }; type?: string[]; uuid?: string; verifiableCredential?: { context?: string[] | undefined; credentialSubject?: string | undefined; credentialStatus?: { id?: string | undefined; type?: string | undefined; } | undefined; issuer?: string | undefined; ... 4 more ...; expirationDate?: Date | undefined; }[]; verifierDid?: string }): PresentationPb
-
Parameters
-
object: { context?: string[]; presentationRequestId?: string; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; }; type?: string[]; uuid?: string; verifiableCredential?: { context?: string[] | undefined; credentialSubject?: string | undefined; credentialStatus?: { id?: string | undefined; type?: string | undefined; } | undefined; issuer?: string | undefined; ... 4 more ...; expirationDate?: Date | undefined; }[]; verifierDid?: string }
-
Optional context?: string[]
-
Optional presentationRequestId?: string
-
Optional proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; }
-
Optional type?: string[]
-
Optional uuid?: string
-
Optional verifiableCredential?: { context?: string[] | undefined; credentialSubject?: string | undefined; credentialStatus?: { id?: string | undefined; type?: string | undefined; } | undefined; issuer?: string | undefined; ... 4 more ...; expirationDate?: Date | undefined; }[]
-
Optional verifierDid?: string
-
toJSON: function
-
Parameters
Returns unknown
PresentationRequestDisplayMessage
PresentationRequestDisplayMessage: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { html?: string; text?: string }
-
Optional html?: string
-
Optional text?: string
-
toJSON: function
-
Parameters
Returns unknown
PresentationRequestPb
PresentationRequestPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { createdAt?: Date; credentialRequests?: { type?: string | undefined; issuers?: string[] | undefined; required?: boolean | undefined; }[]; expiresAt?: Date; holderAppUuid?: string; id?: string; metadata?: string; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; }; updatedAt?: Date; uuid?: string; verifier?: string; version?: string }): PresentationRequestPb
-
Parameters
-
object: { createdAt?: Date; credentialRequests?: { type?: string | undefined; issuers?: string[] | undefined; required?: boolean | undefined; }[]; expiresAt?: Date; holderAppUuid?: string; id?: string; metadata?: string; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; }; updatedAt?: Date; uuid?: string; verifier?: string; version?: string }
-
Optional createdAt?: Date
-
Optional credentialRequests?: { type?: string | undefined; issuers?: string[] | undefined; required?: boolean | undefined; }[]
-
Optional expiresAt?: Date
-
Optional holderAppUuid?: string
-
Optional id?: string
-
Optional metadata?: string
-
Optional proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; }
-
Optional updatedAt?: Date
-
Optional uuid?: string
-
Optional verifier?: string
-
Optional version?: string
-
toJSON: function
-
Parameters
Returns unknown
PresentationSchema
PresentationSchema: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { attributes?: { key?: string | undefined; label?: string | undefined; comment?: string | undefined; }[]; type?: string }): PresentationSchema
-
Parameters
-
object: { attributes?: { key?: string | undefined; label?: string | undefined; comment?: string | undefined; }[]; type?: string }
-
Optional attributes?: { key?: string | undefined; label?: string | undefined; comment?: string | undefined; }[]
-
Optional type?: string
-
toJSON: function
-
Parameters
Returns unknown
PresentationSchemaAttributes
PresentationSchemaAttributes: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { comment?: string; key?: string; label?: string }
-
Optional comment?: string
-
Optional key?: string
-
Optional label?: string
-
toJSON: function
-
Parameters
Returns unknown
ProofPb
ProofPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): ProofPb
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: ProofPb, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { created?: Date; proofPurpose?: string; signatureValue?: string; type?: string; verificationMethod?: string }): ProofPb
-
Parameters
-
object: { created?: Date; proofPurpose?: string; signatureValue?: string; type?: string; verificationMethod?: string }
-
Optional created?: Date
-
Optional proofPurpose?: string
-
Optional signatureValue?: string
-
Optional type?: string
-
Optional verificationMethod?: string
-
toJSON: function
-
Parameters
Returns unknown
PublicKeyInfoUpdateOptions
PublicKeyInfoUpdateOptions: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { encoding?: string; id?: string; publicKey?: string; status?: string; type?: string }): PublicKeyInfoUpdateOptions
-
Parameters
-
object: { encoding?: string; id?: string; publicKey?: string; status?: string; type?: string }
-
Optional encoding?: string
-
Optional id?: string
-
Optional publicKey?: string
-
Optional status?: string
-
Optional type?: string
-
toJSON: function
-
Parameters
Returns unknown
RegisterVerifierOptions
RegisterVerifierOptions: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
RevokeAllCredentials
RevokeAllCredentials: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { did?: string; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; } }): RevokeAllCredentials
-
Parameters
-
object: { did?: string; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; } }
-
Optional did?: string
-
Optional proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
SchemaAttributesDto
SchemaAttributesDto: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { credentials?: { type?: string | undefined; attributes?: { key?: string | undefined; label?: string | undefined; comment?: string | undefined; }[] | undefined; }[] }): SchemaAttributesDto
-
Parameters
-
object: { credentials?: { type?: string | undefined; attributes?: { key?: string | undefined; label?: string | undefined; comment?: string | undefined; }[] | undefined; }[] }
-
Optional credentials?: { type?: string | undefined; attributes?: { key?: string | undefined; label?: string | undefined; comment?: string | undefined; }[] | undefined; }[]
-
toJSON: function
-
Parameters
Returns unknown
SchemaAttributesRequestsDto
SchemaAttributesRequestsDto: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { credentialTypes?: string[] }
-
Optional credentialTypes?: string[]
-
toJSON: function
-
Parameters
Returns unknown
SchemaGroupings
SchemaGroupings: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { contactInfo?: { heading?: string | undefined; credentials?: { type?: string | undefined; attributes?: { key?: string | undefined; label?: string | undefined; comment?: string | undefined; }[] | undefined; }[] | undefined; }; name?: { heading?: string | undefined; credentials?: { type?: string | undefined; attributes?: { key?: string | undefined; label?: string | undefined; comment?: string | undefined; }[] | undefined; }[] | undefined; } }): SchemaGroupings
-
Parameters
-
object: { contactInfo?: { heading?: string | undefined; credentials?: { type?: string | undefined; attributes?: { key?: string | undefined; label?: string | undefined; comment?: string | undefined; }[] | undefined; }[] | undefined; }; name?: { heading?: string | undefined; credentials?: { type?: string | undefined; attributes?: { key?: string | undefined; label?: string | undefined; comment?: string | undefined; }[] | undefined; }[] | undefined; } }
-
Optional contactInfo?: { heading?: string | undefined; credentials?: { type?: string | undefined; attributes?: { key?: string | undefined; label?: string | undefined; comment?: string | undefined; }[] | undefined; }[] | undefined; }
-
Optional name?: { heading?: string | undefined; credentials?: { type?: string | undefined; attributes?: { key?: string | undefined; label?: string | undefined; comment?: string | undefined; }[] | undefined; }[] | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
SchemaPresentationRequestDto
SchemaPresentationRequestDto: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { credentialTypes?: string[] }
-
Optional credentialTypes?: string[]
-
toJSON: function
-
Parameters
Returns unknown
SignedDidDocumentPb
SignedDidDocumentPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { context?: string[]; created?: Date; id?: string; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; }; publicKey?: { id?: string | undefined; publicKey?: string | undefined; encoding?: string | undefined; type?: string | undefined; status?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; rsaPadding?: RSAPadding | undefined; }[]; service?: { id?: string | undefined; serviceEndpoint?: string | undefined; type?: string | undefined; }[]; updated?: Date }): SignedDidDocumentPb
-
Parameters
-
object: { context?: string[]; created?: Date; id?: string; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; }; publicKey?: { id?: string | undefined; publicKey?: string | undefined; encoding?: string | undefined; type?: string | undefined; status?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; rsaPadding?: RSAPadding | undefined; }[]; service?: { id?: string | undefined; serviceEndpoint?: string | undefined; type?: string | undefined; }[]; updated?: Date }
-
Optional context?: string[]
-
Optional created?: Date
-
Optional id?: string
-
Optional proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; }
-
Optional publicKey?: { id?: string | undefined; publicKey?: string | undefined; encoding?: string | undefined; type?: string | undefined; status?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; rsaPadding?: RSAPadding | undefined; }[]
-
Optional service?: { id?: string | undefined; serviceEndpoint?: string | undefined; type?: string | undefined; }[]
-
Optional updated?: Date
-
toJSON: function
-
Parameters
Returns unknown
SignedString
SignedString: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): SignedString
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { data?: string; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; } }): SignedString
-
Parameters
-
object: { data?: string; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; } }
-
Optional data?: string
-
Optional proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
SubjectAbsentCredentials
SubjectAbsentCredentials: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { issuer?: string; types?: string[] }
-
Optional issuer?: string
-
Optional types?: string[]
-
toJSON: function
-
Parameters
Returns unknown
SubjectCredentialIssuerInfoDto
SubjectCredentialIssuerInfoDto: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { issuerInfo?: { did?: string | undefined; name?: string | undefined; cardImageUrl?: string | undefined; }[] }): SubjectCredentialIssuerInfoDto
-
Parameters
-
object: { issuerInfo?: { did?: string | undefined; name?: string | undefined; cardImageUrl?: string | undefined; }[] }
-
Optional issuerInfo?: { did?: string | undefined; name?: string | undefined; cardImageUrl?: string | undefined; }[]
-
toJSON: function
-
Parameters
Returns unknown
SubjectCredentialRequestsEnrichedDtoPb
SubjectCredentialRequestsEnrichedDtoPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { credentialRequestsInfo?: { subjectCredentialRequests?: { credentialRequests?: { type?: string | undefined; issuers?: string[] | undefined; required?: boolean | undefined; }[] | undefined; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpos...; userDidAssociation?: { userCode?: string | undefined; did?: { id?: string | undefined; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; } | undefined; } | undefined; issuerDid?: string | undefined; } }): SubjectCredentialRequestsEnrichedDtoPb
-
Parameters
-
object: { credentialRequestsInfo?: { subjectCredentialRequests?: { credentialRequests?: { type?: string | undefined; issuers?: string[] | undefined; required?: boolean | undefined; }[] | undefined; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpos...; userDidAssociation?: { userCode?: string | undefined; did?: { id?: string | undefined; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; } | undefined; } | undefined; issuerDid?: string | undefined; } }
-
Optional credentialRequestsInfo?: { subjectCredentialRequests?: { credentialRequests?: { type?: string | undefined; issuers?: string[] | undefined; required?: boolean | undefined; }[] | undefined; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpos...
-
Optional userDidAssociation?: { userCode?: string | undefined; did?: { id?: string | undefined; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; } | undefined; } | undefined; issuerDid?: string | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
SubjectCredentialsAbsentDto
SubjectCredentialsAbsentDto: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { subjectCredentialsAbsent?: { types?: string[] | undefined; issuer?: string | undefined; }[] }): SubjectCredentialsAbsentDto
-
Parameters
-
object: { subjectCredentialsAbsent?: { types?: string[] | undefined; issuer?: string | undefined; }[] }
-
Optional subjectCredentialsAbsent?: { types?: string[] | undefined; issuer?: string | undefined; }[]
-
toJSON: function
-
Parameters
Returns unknown
UnsignedCredentialPb
UnsignedCredentialPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { context?: string[]; credentialStatus?: { id?: string | undefined; type?: string | undefined; }; credentialSubject?: string; expirationDate?: Date; id?: string; issuanceDate?: Date; issuer?: string; type?: string[] }): UnsignedCredentialPb
-
Parameters
-
object: { context?: string[]; credentialStatus?: { id?: string | undefined; type?: string | undefined; }; credentialSubject?: string; expirationDate?: Date; id?: string; issuanceDate?: Date; issuer?: string; type?: string[] }
-
Optional context?: string[]
-
Optional credentialStatus?: { id?: string | undefined; type?: string | undefined; }
-
Optional credentialSubject?: string
-
Optional expirationDate?: Date
-
Optional id?: string
-
Optional issuanceDate?: Date
-
Optional issuer?: string
-
Optional type?: string[]
-
toJSON: function
-
Parameters
Returns unknown
UnsignedDID
UnsignedDID: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): UnsignedDID
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
UnsignedPresentation
UnsignedPresentation: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { context?: string[]; presentationRequestId?: string; type?: string[]; uuid?: string; verifiableCredential?: { context?: string[] | undefined; credentialSubject?: string | undefined; credentialStatus?: { id?: string | undefined; type?: string | undefined; } | undefined; issuer?: string | undefined; ... 4 more ...; expirationDate?: Date | undefined; }[]; verifierDid?: string }): UnsignedPresentation
-
Parameters
-
object: { context?: string[]; presentationRequestId?: string; type?: string[]; uuid?: string; verifiableCredential?: { context?: string[] | undefined; credentialSubject?: string | undefined; credentialStatus?: { id?: string | undefined; type?: string | undefined; } | undefined; issuer?: string | undefined; ... 4 more ...; expirationDate?: Date | undefined; }[]; verifierDid?: string }
-
Optional context?: string[]
-
Optional presentationRequestId?: string
-
Optional type?: string[]
-
Optional uuid?: string
-
Optional verifiableCredential?: { context?: string[] | undefined; credentialSubject?: string | undefined; credentialStatus?: { id?: string | undefined; type?: string | undefined; } | undefined; issuer?: string | undefined; ... 4 more ...; expirationDate?: Date | undefined; }[]
-
Optional verifierDid?: string
-
toJSON: function
-
Parameters
Returns unknown
UnsignedPresentationRequestPb
UnsignedPresentationRequestPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { createdAt?: Date; credentialRequests?: { type?: string | undefined; issuers?: string[] | undefined; required?: boolean | undefined; }[]; expiresAt?: Date; holderAppUuid?: string; id?: string; metadata?: string; updatedAt?: Date; uuid?: string; verifier?: string; version?: string }): UnsignedPresentationRequestPb
-
Parameters
-
object: { createdAt?: Date; credentialRequests?: { type?: string | undefined; issuers?: string[] | undefined; required?: boolean | undefined; }[]; expiresAt?: Date; holderAppUuid?: string; id?: string; metadata?: string; updatedAt?: Date; uuid?: string; verifier?: string; version?: string }
-
Optional createdAt?: Date
-
Optional credentialRequests?: { type?: string | undefined; issuers?: string[] | undefined; required?: boolean | undefined; }[]
-
Optional expiresAt?: Date
-
Optional holderAppUuid?: string
-
Optional id?: string
-
Optional metadata?: string
-
Optional updatedAt?: Date
-
Optional uuid?: string
-
Optional verifier?: string
-
Optional version?: string
-
toJSON: function
-
Parameters
Returns unknown
UnsignedRevokeAllCredentials
UnsignedRevokeAllCredentials: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
UnsignedString
UnsignedString: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { data?: string }
-
toJSON: function
-
Parameters
Returns unknown
UnsignedSubjectCredentialRequests
UnsignedSubjectCredentialRequests: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { credentialRequests?: { type?: string | undefined; issuers?: string[] | undefined; required?: boolean | undefined; }[] }): UnsignedSubjectCredentialRequests
-
Parameters
-
object: { credentialRequests?: { type?: string | undefined; issuers?: string[] | undefined; required?: boolean | undefined; }[] }
-
Optional credentialRequests?: { type?: string | undefined; issuers?: string[] | undefined; required?: boolean | undefined; }[]
-
toJSON: function
-
Parameters
Returns unknown
UserDidAssociationPb
UserDidAssociationPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { did?: { id?: string | undefined; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; } | undefined; }; issuerDid?: string; userCode?: string }): UserDidAssociationPb
-
Parameters
-
object: { did?: { id?: string | undefined; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; } | undefined; }; issuerDid?: string; userCode?: string }
-
Optional did?: { id?: string | undefined; proof?: { signatureValue?: string | undefined; type?: string | undefined; verificationMethod?: string | undefined; created?: Date | undefined; proofPurpose?: string | undefined; } | undefined; }
-
Optional issuerDid?: string
-
Optional userCode?: string
-
toJSON: function
-
Parameters
Returns unknown
VerifierDto
VerifierDto: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): VerifierDto
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { apiKey?: string; did?: string; name?: string }): VerifierDto
-
Parameters
-
object: { apiKey?: string; did?: string; name?: string }
-
Optional apiKey?: string
-
Optional did?: string
-
Optional name?: string
-
toJSON: function
-
Parameters
Returns unknown
VerifierInfoPb
VerifierInfoPb: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { did?: string; encryptionPublicKey?: { id?: string | undefined; publicKey?: string | undefined; encoding?: string | undefined; type?: string | undefined; status?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; rsaPadding?: RSAPadding | undefined; }; name?: string; signingPublicKey?: { id?: string | undefined; publicKey?: string | undefined; encoding?: string | undefined; type?: string | undefined; status?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; rsaPadding?: RSAPadding | undefined; } }): VerifierInfoPb
-
Parameters
-
object: { did?: string; encryptionPublicKey?: { id?: string | undefined; publicKey?: string | undefined; encoding?: string | undefined; type?: string | undefined; status?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; rsaPadding?: RSAPadding | undefined; }; name?: string; signingPublicKey?: { id?: string | undefined; publicKey?: string | undefined; encoding?: string | undefined; type?: string | undefined; status?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; rsaPadding?: RSAPadding | undefined; } }
-
Optional did?: string
-
Optional encryptionPublicKey?: { id?: string | undefined; publicKey?: string | undefined; encoding?: string | undefined; type?: string | undefined; status?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; rsaPadding?: RSAPadding | undefined; }
-
Optional name?: string
-
Optional signingPublicKey?: { id?: string | undefined; publicKey?: string | undefined; encoding?: string | undefined; type?: string | undefined; status?: string | undefined; createdAt?: Date | undefined; updatedAt?: Date | undefined; rsaPadding?: RSAPadding | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
Const _CredentialStatusOptions
_CredentialStatusOptions: Union<[Literal<"valid">, Literal<"revoked">]> = ...
Const pushProviders
pushProviders: readonly ["FCM", "APNS"] = ...
Const receiptGroupTypes
receiptGroupTypes: string[] = ...
Const receiptTypes
receiptTypes: string[] = ...
Interface to encapsulate an arbitrary number (0 to n) of string keys with values of type ClaimValue.