@stellar-passkey/core API / PasskeyCredential
Interface: PasskeyCredential
Defined in: packages/core/src/types.ts:68
Properties
createdAt
readonlycreatedAt:string
Defined in: packages/core/src/types.ts:80
ISO-8601 timestamp of the registration ceremony.
id
readonlyid:Uint8Array
Defined in: packages/core/src/types.ts:70
Credential ID — bytes the authenticator returns; serves as the wallet signer-id.
publicKey
readonlypublicKey:Uint8Array
Defined in: packages/core/src/types.ts:72
65-byte SEC-1 uncompressed P-256 public key (0x04 ‖ X ‖ Y).
rpId
readonlyrpId:string
Defined in: packages/core/src/types.ts:78
Relying-Party ID the credential is bound to (rpId / eTLD+1).
signCount?
readonlyoptionalsignCount:number
Defined in: packages/core/src/types.ts:74
Optional CTAP authenticator counter from the last successful ceremony.
transports?
readonlyoptionaltransports: readonlyAuthenticatorTransport[]
Defined in: packages/core/src/types.ts:76
Transports advertised by the authenticator.