Layer 227
InputPasskeyCredentialFirebasePnv
Alternative passkey credential that proves ownership of the account's phone number through a Firebase Phone Number Verification (PNV) token, used on official apps where a full Web Authn public-key passkey cannot be created, in a way similar to Firebase SMS authentication.
constructor
inputPasskeyCredentialFirebasePNV#5b1ccb28 pnv_token:string = InputPasskeyCredential;
Parameters
| Name | Type | Description |
|---|---|---|
| PnvToken | string | Firebase Phone Number Verification token attesting that the user controls the phone number associated with the account. |
Returns
InputPasskeyCredentialGogram Example
// Creating InputPasskeyCredentialFirebasePnv constructor obj := &tg.InputPasskeyCredentialFirebasePnv{ PnvToken: "Hello, World!", }