Skip to content

@stellar-passkey/core API


@stellar-passkey/core API / PasskeyCredential

Interface: PasskeyCredential

Defined in: packages/core/src/types.ts:68

Properties

createdAt

readonly createdAt: string

Defined in: packages/core/src/types.ts:80

ISO-8601 timestamp of the registration ceremony.


id

readonly id: Uint8Array

Defined in: packages/core/src/types.ts:70

Credential ID — bytes the authenticator returns; serves as the wallet signer-id.


publicKey

readonly publicKey: Uint8Array

Defined in: packages/core/src/types.ts:72

65-byte SEC-1 uncompressed P-256 public key (0x04 ‖ X ‖ Y).


rpId

readonly rpId: string

Defined in: packages/core/src/types.ts:78

Relying-Party ID the credential is bound to (rpId / eTLD+1).


signCount?

readonly optional signCount: number

Defined in: packages/core/src/types.ts:74

Optional CTAP authenticator counter from the last successful ceremony.


transports?

readonly optional transports: readonly AuthenticatorTransport[]

Defined in: packages/core/src/types.ts:76

Transports advertised by the authenticator.

MIT — SCF-43 RFP submission (2026). Status: pre-1.0.