inputPasskeyCredentialPublicKey
Public-key passkey credential used both for registration and for login, see creating a passkey » and logging in with a passkey » for the full flows.
type tg.InputPasskeyCredentialPublicKey struct { /* ... */ }
Implements InputPasskeyCredential.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | string | yes | id field of a PublicKeyCredential, passed as-is without base64url-decoding when using the JSON representation |
RawID | string | yes | rawId field of a PublicKeyCredential, passed as-is without base64url-decoding when using the JSON representation |
Response | InputPasskeyResponseClass | yes | Registration or login response. |
References
- Official documentation
- Generated Go reference
- TL definition:
inputPasskeyCredentialPublicKey#3c27b78f