public class AndroidAuthenticationConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
certFingerprint
The SHA-1 fingerprint of the certificate used to sign the Android app.
|
static AndroidAuthenticationConfig |
EMPTY |
java.lang.String |
packageName
The package name of the Android app.
|
| Constructor and Description |
|---|
AndroidAuthenticationConfig(java.lang.String packageName,
java.lang.String certFingerprint) |
public static AndroidAuthenticationConfig EMPTY
@Nullable public final java.lang.String packageName
@Nullable public final java.lang.String certFingerprint