public static class TdApi.FirebaseDeviceVerificationParametersSafetyNet extends TdApi.FirebaseDeviceVerificationParameters
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
byte[] |
nonce
Nonce to pass to the SafetyNet Attestation API.
|
| Constructor and Description |
|---|
FirebaseDeviceVerificationParametersSafetyNet()
Device verification must be performed with the SafetyNet Attestation API.
|
FirebaseDeviceVerificationParametersSafetyNet(byte[] nonce)
Device verification must be performed with the SafetyNet Attestation API.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic byte[] nonce
public static final int CONSTRUCTOR
public FirebaseDeviceVerificationParametersSafetyNet()
public FirebaseDeviceVerificationParametersSafetyNet(byte[] nonce)
nonce - Nonce to pass to the SafetyNet Attestation API.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object