public static class TdApi.FirebaseDeviceVerificationParametersPlayIntegrity extends TdApi.FirebaseDeviceVerificationParameters
| Modifier and Type | Field and Description |
|---|---|
long |
cloudProjectNumber
Cloud project number to pass to the Play Integrity API.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
nonce
Base64url-encoded nonce to pass to the Play Integrity API.
|
| Constructor and Description |
|---|
FirebaseDeviceVerificationParametersPlayIntegrity()
Device verification must be performed with the classic Play Integrity verification (https://developer.android.com/google/play/integrity/classic).
|
FirebaseDeviceVerificationParametersPlayIntegrity(java.lang.String nonce,
long cloudProjectNumber)
Device verification must be performed with the classic Play Integrity verification (https://developer.android.com/google/play/integrity/classic).
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String nonce
public long cloudProjectNumber
public static final int CONSTRUCTOR
public FirebaseDeviceVerificationParametersPlayIntegrity()
public FirebaseDeviceVerificationParametersPlayIntegrity(java.lang.String nonce,
long cloudProjectNumber)
nonce - Base64url-encoded nonce to pass to the Play Integrity API.cloudProjectNumber - Cloud project number to pass to the Play Integrity API.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object