> ## Documentation Index
> Fetch the complete documentation index at: https://developers.squads.so/llms.txt
> Use this file to discover all available pages before exploring further.

# PasskeyAccountInfo

Passkey Account Info returned from account creation

## Properties

| Property                                   | Type                                                                                     | Description                                     |
| ------------------------------------------ | ---------------------------------------------------------------------------------------- | ----------------------------------------------- |
| <a id="passkeyaccount" /> `passkeyAccount` | `string`                                                                                 | The passkey account address                     |
| <a id="pubkey" /> `pubkey`                 | `string`                                                                                 | The public key in base58 format                 |
| <a id="relyingpartyid" /> `relyingPartyId` | `string`                                                                                 | The relying party ID (domain)                   |
| <a id="sessionkey" /> `sessionKey`         | [`SessionKey`](/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SessionKey) | Session key associated with the passkey account |
