AuthClientErrorCode class

驗證用戶端錯誤代碼和其預設訊息。

簽名:

export declare class AuthClientErrorCode 

屬性

屬性 修飾符 類型 說明
AUTH_BlockING_TOKEN_EXPIRED static { code: string; message: string; }
帳單帳戶無法啟用 static { code: string; message: string; }
CLAIMS_TOO_LARGE static { code: string; message: string; }
設定 static { code: string; message: string; }
設定失敗 static { code: string; message: string; }
EMAIL_ALREADY_EXISTS static { code: string; message: string; }
EMAIL_NOT_FOUND static { code: string; message: string; }
不出價請求 static { code: string; message: string; }
ID_TOKEN_EXPIRED static { code: string; message: string; }
ID_TOKEN_REVOKED static { code: string; message: string; }
INSUFFICIENT_PERMISSION static { code: string; message: string; }
內部錯誤 static { code: string; message: string; }
INVALID_Gradle static { code: string; message: string; }
INVALID_CLAIMS static { code: string; message: string; }
無效設定 static { code: string; message: string; }
INVALID_CONTINUE_URI static { code: string; message: string; }
INVALID_CREATION_TIME static { code: string; message: string; }
憑證無效 static { code: string; message: string; }
無效欄位 static { code: string; message: string; }
INVALID_DISPLAY_NAME static { code: string; message: string; }
INVALID_DYNAMIC_LINK_DOMAIN static { code: string; message: string; }
INVALID_EMAIL_VERIFIED static { code: string; message: string; }
無效電子郵件 static { code: string; message: string; }
INVALID_ENROLLED_FACTORS static { code: string; message: string; }
INVALID_ENROLLMENT_TIME static { code: string; message: string; }
INVALID_HASH_ALGORITHM static { code: string; message: string; }
INVALID_HASH_Block_SIZE static { code: string; message: string; }
INVALID_HASH_DERIVED_KEY_LENGTH static { code: string; message: string; }
INVALID_HASH_KEY static { code: string; message: string; }
INVALID_HASH_MEMORY_COST static { code: string; message: string; }
INVALID_HASH_PARALLELIZATION static { code: string; message: string; }
無效情形 static { code: string; message: string; }
INVALID_HASH_SALT_{0/} static { code: string; message: string; }
INVALID_ID_TOKEN static { code: string; message: string; }
INVALID_LAST_SIGN_IN_TIME static { code: string; message: string; }
INVALID_NAME static { code: string; message: string; }
INVALID_NEW_EMAIL static { code: string; message: string; }
INVALID_OAUTH_CLIENT_ID static { code: string; message: string; }
無效回應類型 static { code: string; message: string; }
無效網頁 static { code: string; message: string; }
INVALID_PASSWORD_HASH static { code: string; message: string; }
INVALID_PASSWORD_SALT static { code: string; message: string; }
無效密碼 static { code: string; message: string; }
INVALID_PHONE_NUMBER static { code: string; message: string; }
INVALID_PHOTO_URL static { code: string; message: string; }
INVALID_PROJECT_ID static { code: string; message: string; }
INVALID_provider_DATA static { code: string; message: string; }
INVALID_PROVIDER_ID static { code: string; message: string; }
INVALID_provider_UID static { code: string; message: string; }
INVALID_RECAPTCHA_ACTION static { code: string; message: string; }
INVALID_RECAPTCHA_ENFORCEMENT_STATE static { code: string; message: string; }
INVALID_SESSION_COOKIE_DURATION static { code: string; message: string; }
INVALID_TENANT_ID static { code: string; message: string; }
無效類型 static { code: string; message: string; }
INVALID_TESTING_PHONE_NUMBER static { code: string; message: string; }
INVALID_TOKENS_VALID_AFTER_TIME static { code: string; message: string; }
INVALID_UID static { code: string; message: string; }
INVALID_USER_IMPORT static { code: string; message: string; }
MAXIMUM_TEST_PHONE_NUMBER_EXCEEDED static { code: string; message: string; }
MAXIMUM_USER_COUNT_EXCEEDED static { code: string; message: string; }
MISMATCHING_TENANT_ID static { code: string; message: string; }
MISSING_ANDROID_PACKAGE_NAME static { code: string; message: string; }
缺少設定 static { code: string; message: string; }
MISSING_CONTINUE_URI static { code: string; message: string; }
MISSING_DISPLAY_NAME static { code: string; message: string; }
MISSING_EMAIL static { code: string; message: string; }
MISSING_HASH_ALGORITHM static { code: string; message: string; }
MISSING_IOS_BUNDLE_ID static { code: string; message: string; }
MISSING_ISSUER static { code: string; message: string; }
MISSING_OAUTH_CLIENT_ID static { code: string; message: string; }
MISSING_OAUTH_CLIENT_SECRET static { code: string; message: string; }
MISSING_provider_ID static { code: string; message: string; }
MISSING_SAML_RELYING_PARTY_CONFIG static { code: string; message: string; }
MISSING_UID static { code: string; message: string; }
未找到 static { code: string; message: string; }
OPERATION_NOT_ALLOWED static { code: string; message: string; }
PHONE_NUMBER_ALREADY_EXISTS static { code: string; message: string; }
PROJECT_NOT_FOUND static { code: string; message: string; }
配額超過配額 static { code: string; message: string; }
RECAPTCHA_NOT_ENABLED static { code: string; message: string; }
第二_FACTOR_LIMIT_EXCEEDED static { code: string; message: string; }
sec_FACTOR_UID_ALREADY_EXISTS static { code: string; message: string; }
SESSION_COOKIE_EXPIRED static { code: string; message: string; }
SESSION_COOKIE_REVOKED static { code: string; message: string; }
TENANT_NOT_FOUND static { code: string; message: string; }
UID_ALREADY_EXISTS static { code: string; message: string; }
UNAUTHORIZED_DOMAIN static { code: string; message: string; }
UNSUPPORTED_FIRST_FACTOR static { code: string; message: string; }
UNSUPPORTED_sec_FACTOR static { code: string; message: string; }
UNSUPPORTED_TENANT_OPERATION static { code: string; message: string; }
UNVERIFIED_EMAIL static { code: string; message: string; }
使用者已停用 static { code: string; message: string; }
使用者無法停用 static { code: string; message: string; }
使用者未找到 static { code: string; message: string; }

AuthClientErrorCode.AUTH_BLOCKING_TOKEN_EXPIRED

簽名:

static AUTH_BLOCKING_TOKEN_EXPIRED: {
        code: string;
        message: string;
    };

AuthClientErrorCode.BILLING_NOT_ENABLED

簽名:

static BILLING_NOT_ENABLED: {
        code: string;
        message: string;
    };

AuthClientErrorCode.CLAIMS_TOO_LARGE

簽名:

static CLAIMS_TOO_LARGE: {
        code: string;
        message: string;
    };

AuthClientErrorCode.CONFIGURATION_EXISTS

簽名:

static CONFIGURATION_EXISTS: {
        code: string;
        message: string;
    };

AuthClientErrorCode.CONFIGURATION_NOT_FOUND

簽名:

static CONFIGURATION_NOT_FOUND: {
        code: string;
        message: string;
    };

AuthClientErrorCode.EMAIL_ALREADY_EXISTS

簽名:

static EMAIL_ALREADY_EXISTS: {
        code: string;
        message: string;
    };

AuthClientErrorCode.EMAIL_NOT_FOUND

簽名:

static EMAIL_NOT_FOUND: {
        code: string;
        message: string;
    };

AuthClientErrorCode.FORBIDDEN_CLAIM

簽名:

static FORBIDDEN_CLAIM: {
        code: string;
        message: string;
    };

AuthClientErrorCode.ID_TOKEN_EXPIRED

簽名:

static ID_TOKEN_EXPIRED: {
        code: string;
        message: string;
    };

AuthClientErrorCode.ID_TOKEN_REVOKED

簽名:

static ID_TOKEN_REVOKED: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INSUFFICIENT_PERMISSION

簽名:

static INSUFFICIENT_PERMISSION: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INTERNAL_ERROR

簽名:

static INTERNAL_ERROR: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_Gradle

簽名:

static INVALID_ARGUMENT: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_CLAIMS

簽名:

static INVALID_CLAIMS: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_CONFIG

簽名:

static INVALID_CONFIG: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_CONTINUE_URI

簽名:

static INVALID_CONTINUE_URI: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_CREATION_TIME

簽名:

static INVALID_CREATION_TIME: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_CREDENTIAL

簽名:

static INVALID_CREDENTIAL: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_DISABLED_FIELD

簽名:

static INVALID_DISABLED_FIELD: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_DISPLAY_NAME

簽名:

static INVALID_DISPLAY_NAME: {
        code: string;
        message: string;
    };

簽名:

static INVALID_DYNAMIC_LINK_DOMAIN: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_EMAIL_VERIFIED

簽名:

static INVALID_EMAIL_VERIFIED: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_EMAIL

簽名:

static INVALID_EMAIL: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_ENROLLED_FACTORS

簽名:

static INVALID_ENROLLED_FACTORS: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_ENROLLMENT_TIME

簽名:

static INVALID_ENROLLMENT_TIME: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_HASH_ALGORITHM

簽名:

static INVALID_HASH_ALGORITHM: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_HASH_BLOCK_SIZE

簽名:

static INVALID_HASH_BLOCK_SIZE: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_HASH_DERIVED_KEY_LENGTH

簽名:

static INVALID_HASH_DERIVED_KEY_LENGTH: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_HASH_KEY

簽名:

static INVALID_HASH_KEY: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_HASH_MEMORY_COST

簽名:

static INVALID_HASH_MEMORY_COST: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_HASH_PARALLELIZATION

簽名:

static INVALID_HASH_PARALLELIZATION: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_HASH_ROUNDS

簽名:

static INVALID_HASH_ROUNDS: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_HASH_SALT_PARAM

簽名:

static INVALID_HASH_SALT_SEPARATOR: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_ID_TOKEN

簽名:

static INVALID_ID_TOKEN: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_LAST_SIGN_IN_TIME

簽名:

static INVALID_LAST_SIGN_IN_TIME: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_NAME

簽名:

static INVALID_NAME: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_NEW_EMAIL

簽名:

static INVALID_NEW_EMAIL: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_OAUTH_CLIENT_ID

簽名:

static INVALID_OAUTH_CLIENT_ID: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_OAUTH_回應 TYPE

簽名:

static INVALID_OAUTH_RESPONSETYPE: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_PAGE_TOKEN

簽名:

static INVALID_PAGE_TOKEN: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_PASSWORD_HASH

簽名:

static INVALID_PASSWORD_HASH: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_PASSWORD_SALT

簽名:

static INVALID_PASSWORD_SALT: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_PASSWORD

簽名:

static INVALID_PASSWORD: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_PHONE_NUMBER

簽名:

static INVALID_PHONE_NUMBER: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_PHOTO_URL

簽名:

static INVALID_PHOTO_URL: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_PROJECT_ID

簽名:

static INVALID_PROJECT_ID: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_PROVIDER_DATA

簽名:

static INVALID_PROVIDER_DATA: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_PROVIDER_ID

簽名:

static INVALID_PROVIDER_ID: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_PROVIDER_UID

簽名:

static INVALID_PROVIDER_UID: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_RECAPTCHA_ACTION

簽名:

static INVALID_RECAPTCHA_ACTION: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_RECAPTCHA_ENFORCEMENT_STATE

簽名:

static INVALID_RECAPTCHA_ENFORCEMENT_STATE: {
        code: string;
        message: string;
    };

簽名:

static INVALID_SESSION_COOKIE_DURATION: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_TENANT_ID

簽名:

static INVALID_TENANT_ID: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_TENANT_TYPE

簽名:

static INVALID_TENANT_TYPE: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_TESTING_PHONE_NUMBER

簽名:

static INVALID_TESTING_PHONE_NUMBER: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_TOKENS_VALID_AFTER_TIME

簽名:

static INVALID_TOKENS_VALID_AFTER_TIME: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_UID

簽名:

static INVALID_UID: {
        code: string;
        message: string;
    };

AuthClientErrorCode.INVALID_USER_IMPORT

簽名:

static INVALID_USER_IMPORT: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MAXIMUM_TEST_PHONE_NUMBER_EXCEEDED

簽名:

static MAXIMUM_TEST_PHONE_NUMBER_EXCEEDED: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MAXIMUM_USER_COUNT_EXCEEDED

簽名:

static MAXIMUM_USER_COUNT_EXCEEDED: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MISMATCHING_TENANT_ID

簽名:

static MISMATCHING_TENANT_ID: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MISSING_ANDROID_PACKAGE_NAME

簽名:

static MISSING_ANDROID_PACKAGE_NAME: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MISSING_CONFIG

簽名:

static MISSING_CONFIG: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MISSING_CONTINUE_URI

簽名:

static MISSING_CONTINUE_URI: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MISSING_DISPLAY_NAME

簽名:

static MISSING_DISPLAY_NAME: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MISSING_EMAIL

簽名:

static MISSING_EMAIL: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MISSING_HASH_ALGORITHM

簽名:

static MISSING_HASH_ALGORITHM: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MISSING_IOS_BUNDLE_ID

簽名:

static MISSING_IOS_BUNDLE_ID: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MISSING_ISSUER

簽名:

static MISSING_ISSUER: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MISSING_OAUTH_CLIENT_ID

簽名:

static MISSING_OAUTH_CLIENT_ID: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MISSING_OAUTH_CLIENT_SECRET

簽名:

static MISSING_OAUTH_CLIENT_SECRET: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MISSING_provider_ID

簽名:

static MISSING_PROVIDER_ID: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MISSING_SAML_RELYING_PARTY_CONFIG

簽名:

static MISSING_SAML_RELYING_PARTY_CONFIG: {
        code: string;
        message: string;
    };

AuthClientErrorCode.MISSING_UID

簽名:

static MISSING_UID: {
        code: string;
        message: string;
    };

AuthClientErrorCode.NOT_FOUND

簽名:

static NOT_FOUND: {
        code: string;
        message: string;
    };

AuthClientErrorCode.OPERATION_NOT_ALLOWED

簽名:

static OPERATION_NOT_ALLOWED: {
        code: string;
        message: string;
    };

AuthClientErrorCode.PHONE_NUMBER_ALREADY_EXISTS

簽名:

static PHONE_NUMBER_ALREADY_EXISTS: {
        code: string;
        message: string;
    };

AuthClientErrorCode.PROJECT_NOT_FOUND

簽名:

static PROJECT_NOT_FOUND: {
        code: string;
        message: string;
    };

AuthClientErrorCode.QUOTA_EXCEEDED

簽名:

static QUOTA_EXCEEDED: {
        code: string;
        message: string;
    };

AuthClientErrorCode.RECAPTCHA_NOT_ENABLED

簽名:

static RECAPTCHA_NOT_ENABLED: {
        code: string;
        message: string;
    };

AuthClientErrorCode.second_FACTOR_LIMIT_EXCEEDED

簽名:

static SECOND_FACTOR_LIMIT_EXCEEDED: {
        code: string;
        message: string;
    };

AuthClientErrorCode.仍

簽名:

static SECOND_FACTOR_UID_ALREADY_EXISTS: {
        code: string;
        message: string;
    };

簽名:

static SESSION_COOKIE_EXPIRED: {
        code: string;
        message: string;
    };

簽名:

static SESSION_COOKIE_REVOKED: {
        code: string;
        message: string;
    };

AuthClientErrorCode.TENANT_NOT_FOUND

簽名:

static TENANT_NOT_FOUND: {
        code: string;
        message: string;
    };

AuthClientErrorCode.UID_ALREADY_EXISTS

簽名:

static UID_ALREADY_EXISTS: {
        code: string;
        message: string;
    };

AuthClientErrorCode.UNAUTHORIZED_DOMAIN

簽名:

static UNAUTHORIZED_DOMAIN: {
        code: string;
        message: string;
    };

AuthClientErrorCode.UNSUPPORTED_FIRST_FACTOR

簽名:

static UNSUPPORTED_FIRST_FACTOR: {
        code: string;
        message: string;
    };

AuthClientErrorCode.UNSUPPORTED_second_FACTOR

簽名:

static UNSUPPORTED_SECOND_FACTOR: {
        code: string;
        message: string;
    };

AuthClientErrorCode.UNSUPPORTED_TENANT_OPERATION

簽名:

static UNSUPPORTED_TENANT_OPERATION: {
        code: string;
        message: string;
    };

AuthClientErrorCode.UNVERIFIED_EMAIL

簽名:

static UNVERIFIED_EMAIL: {
        code: string;
        message: string;
    };

AuthClientErrorCode.USER_DISABLED

簽名:

static USER_DISABLED: {
        code: string;
        message: string;
    };

AuthClientErrorCode.USER_NOT_DISABLED

簽名:

static USER_NOT_DISABLED: {
        code: string;
        message: string;
    };

AuthClientErrorCode.USER_NOT_FOUND

簽名:

static USER_NOT_FOUND: {
        code: string;
        message: string;
    };