We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cebea5 commit ae1cc96Copy full SHA for ae1cc96
yoti-sdk/src/main/java/com/yoti/mobile/android/sdk/kernelSDK/EnvironmentConfiguration.java
@@ -5,10 +5,6 @@
5
*/
6
public class EnvironmentConfiguration {
7
8
- static final String YOTI_PUBLIC_KEYSTORE_PWD = "W?9zvT%a(KU#L&V~";
9
- static final String YOTI_PUBLIC_KEYSTORE_ALIAS = "sdk_prod";
10
- final static String YOTI_PUBLIC_KEYSTORE = "yoti.sdk.keystore";
11
-
12
private final static String HOST_CONNECT_API = "https://api.yoti.com";
13
private final static String CONNECT_API_PORT = "443";
14
0 commit comments