| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NONE |
"[none]" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
OPTION_SERVER_TIMEOUT |
"servertimeout" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ACCESS_TOKEN_TOKEN_PROVIDER |
"AccessTokenTokenProvider" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
APPLICATION_CERTIFICATE_TOKEN_PROVIDER |
"ApplicationCertificateTokenProvider" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
APPLICATION_KEY_TOKEN_PROVIDER |
"ApplicationKeyTokenProvider" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CALLBACK_TOKEN_PROVIDER |
"CallbackTokenProvider" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_FIRST_PARTY_AUTHORITY_URL |
"https://login.microsoftonline.com/f8cdef31-a31e-4b4a-93e4-5f571e91255a" |
public static final String |
DEFAULT_KUSTO_CLIENT_APP_ID |
"db662dc1-0cfe-4e1c-a843-19a68e65be58" |
public static final String |
DEFAULT_KUSTO_SERVICE_RESOURCE_ID |
"https://kusto.kusto.windows.net" |
public static final boolean |
DEFAULT_LOGIN_MFA_REQUIRED |
false |
public static final String |
DEFAULT_PUBLIC_LOGIN_URL |
"https://login.microsoftonline.com" |
public static final String |
DEFAULT_REDIRECT_URI |
"https://microsoft/kustoclient" |
public static final String |
LOCALHOST |
"http://localhost" |
public static final String |
METADATA_ENDPOINT |
"v1/rest/auth/metadata" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEVICE_AUTH_TOKEN_PROVIDER |
"DeviceAuthTokenProvider" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MANAGED_IDENTITY_TOKEN_PROVIDER |
"ManagedIdentityTokenProvider" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
ERROR_ACQUIRING_APPLICATION_ACCESS_TOKEN |
"Error acquiring ApplicationAccessToken" |
protected static final String |
ERROR_INVALID_AUTHORITY_URL |
"Error acquiring ApplicationAccessToken due to invalid Authority URL" |
protected static final String |
ORGANIZATION_URI_SUFFIX |
"organizations" |
protected static final int |
TIMEOUT_MS |
20000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SUBJECT_NAME_ISSUER_TOKEN_PROVIDER |
"SubjectNameIssuerTokenProvider" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
USER_PROMPT_TOKEN_PROVIDER |
"UserPromptTokenProvider" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ERROR_MESSAGE |
"Request was throttled, too many requests." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
KUSTO_DATETIME_PATTERN |
"yyyy-MM-dd\'T\'HH:mm:ss.SSSSSSS\'Z\'" |
public static final String |
KUSTO_DATETIME_PATTERN_NO_FRACTIONS |
"yyyy-MM-dd\'T\'HH:mm:ss\'Z\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
KUSTO_TIMESPAN_PATTERN |
"HH:mm:ss.SSSSSSS" |
Copyright © 2023. All rights reserved.