37
38
/** Key detailing the auth token. */
38
39
public static final String KEY_AUTH_TOKEN = "com.ubuntu.android.sso.auth_token";
41
42
public static final String KEY_AUTHTOKEN_TYPE = "com.ubuntu.android.sso.auth_token_type";
43
44
/** Until email has been validated, the token is kept as user data. */