> ## Documentation Index
> Fetch the complete documentation index at: https://crossmint-devin-1787949784-wallet-docs-two-concept-model.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# createPasskeyCredential

> Kotlin Function

**Function**

```kotlin theme={null}
suspend fun createPasskeyCredential(name: String, activityProvider: () -> Activity, credentialManager: CredentialManager, rpId: String = DEFAULT_PASSKEY_RP_ID, rpName: String = DEFAULT_PASSKEY_RP_NAME): PasskeyCredentialInfo?
```

Creates a new passkey credential via CredentialManager and returns the public key coordinates needed to register it as a delegated signer.
