public static class GeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Level extends Object
Modifier and Type | Field and Description |
---|---|
static int |
NONE
The auth request is unencrypted or the encryption status is unknown.
|
static int |
PW_ENCRYPTED
The auth request only encrypts password but not data.
|
static int |
SECURE
The auth request encrypts both password and data.
|
Modifier | Constructor and Description |
---|---|
protected |
Level() |
public static final int NONE
public static final int PW_ENCRYPTED
public static final int SECURE