AuthClientErrorCode class

Códigos de error del cliente de autenticación y sus mensajes predeterminados

Firma:

export declare class AuthClientErrorCode 

Propiedades

Propiedad Teclas modificadoras Tipo Descripción
AUTENTICACIÓN_BLOQUEO_TOKEN_EXPIRADO static { código: string; mensaje: string; }
FACTURACIÓN_NO_HABILITADA static { código: string; mensaje: string; }
RECLAMOS_DEMASIADO_LARGO static { código: string; mensaje: string; }
CONFIGURATION_EXISTS static { código: string; mensaje: string; }
CONFIGURATION_NOT_FOUND (CONFIGURACIÓN_NO_FOUND) static { código: string; mensaje: string; }
CORREO ELECTRÓNICO_ALREADY_EXISTS static { código: string; mensaje: string; }
EMAIL_NOT_FOUND static { código: string; mensaje: string; }
FORBIDDEN_CLAIM static { código: string; mensaje: string; }
ID_TOKEN_EXPIRED static { código: string; mensaje: string; }
ID_TOKEN_REVOKED static { código: string; mensaje: string; }
INSUFFICIENT_PERMISSION static { código: string; mensaje: string; }
ERROR_INTERNO static { código: string; mensaje: string; }
NO VÁLIDO static { código: string; mensaje: string; }
RECLAMOS NO VÁLIDOS static { código: string; mensaje: string; }
INVALID_CONFIG. static { código: string; mensaje: string; }
INVALID_CONTINUE_URI static { código: string; mensaje: string; }
INVALID_CREATION_TIME static { código: string; mensaje: string; }
INVALID_CREDENTIAL static { código: string; mensaje: string; }
INVALID_DISABLED_FIELD static { código: string; mensaje: string; }
INVALID_DISPLAY_NAME static { código: string; mensaje: string; }
INVALID_DYNAMIC_LINK_DOMAIN static { código: string; mensaje: string; }
INVALID_EMAIL_VERIFIED static { código: string; mensaje: string; }
INVALID_EMAIL. static { código: string; mensaje: string; }
FACTORES INCLUIDOS NO VÁLIDOS static { código: string; mensaje: string; }
INVALID_ENROLLMENT_TIME static { código: string; mensaje: string; }
INVALID_HASH_ALGORITHM. static { código: string; mensaje: string; }
INVALID_HASH_BLOCK_SIZE. static { código: string; mensaje: string; }
INVALID_HASH_DERIVED_KEY_LENGTH static { código: string; mensaje: string; }
INVALID_HASH_KEY. static { código: string; mensaje: string; }
INVALID_HASH_MEMORY_COST static { código: string; mensaje: string; }
INVALID_HASH_PARALLELIZATION. static { código: string; mensaje: string; }
INVALID_HASH_ROUNDS static { código: string; mensaje: string; }
INVALID_HASH_SALT_SECONDS static { código: string; mensaje: string; }
INVALID_ID_TOKEN static { código: string; mensaje: string; }
INVALID_LAST_SIGN_IN_TIME static { código: string; mensaje: string; }
INVALID_NAME static { código: string; mensaje: string; }
INVALID_NEW_EMAIL static { código: string; mensaje: string; }
INVALID_OAUTH_CLIENT_ID static { código: string; mensaje: string; }
INVALID_OAUTH_RESPONSETYPE static { código: string; mensaje: string; }
INVALID_PAGE_TOKEN static { código: string; mensaje: string; }
INVALID_PASSWORD_HASH static { código: string; mensaje: string; }
INVALID_PASSWORD_SALT static { código: string; mensaje: string; }
INVALID_PASSWORD static { código: string; mensaje: string; }
INVALID_PHONE_NUMBER static { código: string; mensaje: string; }
INVALID_PHOTO_URL static { código: string; mensaje: string; }
INVALID_PROJECT_ID static { código: string; mensaje: string; }
INVALID_PROVIDER_DATA static { código: string; mensaje: string; }
INVALID_PROVIDER_ID static { código: string; mensaje: string; }
INVALID_PROVIDER_UID static { código: string; mensaje: string; }
INVALID_RECAPTCHA_ACTION static { código: string; mensaje: string; }
INVALID_RECAPTCHA_ENFORCEMENT_STATE static { código: string; mensaje: string; }
INVALID_SESSION_COOKIE_DURATION. static { código: string; mensaje: string; }
INVALID_TENANT_ID static { código: string; mensaje: string; }
INVALID_TENANT_TYPE static { código: string; mensaje: string; }
INVALID_TESTING_PHONE_NUMBER static { código: string; mensaje: string; }
INVALID_TOKENS_VALID_After_TIME static { código: string; mensaje: string; }
INVALID_UID static { código: string; mensaje: string; }
INVALID_USER_IMPORT static { código: string; mensaje: string; }
MAXIMUM_TEST_PHONE_NUMBER_EXCEEDED static { código: string; mensaje: string; }
MAXIMUM_USER_COUNT_EXCEEDED static { código: string; mensaje: string; }
MISMATCHING_TENANT_ID static { código: string; mensaje: string; }
MISSING_ANDROID_PACKAGE_NAME static { código: string; mensaje: string; }
MISSING_CONFIG static { código: string; mensaje: string; }
MISSING_CONTINUE_URI static { código: string; mensaje: string; }
MISSING_DISPLAY_NAME static { código: string; mensaje: string; }
FALTA_CORREO ELECTRÓNICO static { código: string; mensaje: string; }
MISSING_HASH_ALGORITHM static { código: string; mensaje: string; }
MISSING_IOS_BUNDLE_ID static { código: string; mensaje: string; }
PROBLEMA_FALTANTE static { código: string; mensaje: string; }
MISSING_OAUTH_CLIENT_ID static { código: string; mensaje: string; }
MISSING_OAUTH_CLIENT_SECRET static { código: string; mensaje: string; }
MISSING_PROVIDER_ID static { código: string; mensaje: string; }
MISSING_SAML_RELYING_PARTY_CONFIG static { código: string; mensaje: string; }
FALTANTE_UID static { código: string; mensaje: string; }
NO_FOUND static { código: string; mensaje: string; }
NOPERATION_NOT_ALLOWED static { código: string; mensaje: string; }
PHONE_NUMBER_ALREADY_EXISTS static { código: string; mensaje: string; }
PROYECTO NO_FOUND static { código: string; mensaje: string; }
CUOTA_EXCEDIDA static { código: string; mensaje: string; }
RECAPTCHA_NOT_HABILITADO static { código: string; mensaje: string; }
SEGUNDO_FACTOR_EXCEEDADO static { código: string; mensaje: string; }
SEGUNDO_FACTOR_UID_ALREADY_EXISTS static { código: string; mensaje: string; }
SESSION_COOKIE_EXPIRED static { código: string; mensaje: string; }
SESSION_COOKIE_REVOKED static { código: string; mensaje: string; }
TENANT_NOT_FOUND static { código: string; mensaje: string; }
UID_ALREADY_EXISTS static { código: string; mensaje: string; }
UNAUTHORIZED_DOMAIN static { código: string; mensaje: string; }
UNSUPPORTED_FIRST_FACTOR static { código: string; mensaje: string; }
UNSUPPORTED_SECOND_FACTOR static { código: string; mensaje: string; }
UNSUPPORTED_TENANT_OPERATION. static { código: string; mensaje: string; }
UNVERIFIED_EMAIL static { código: string; mensaje: string; }
USUARIO_INHABILITADO static { código: string; mensaje: string; }
USER_NOT_DISABLED static { código: string; mensaje: string; }
USER_NOT_FOUND static { código: string; mensaje: string; }

AuthClientErrorCode.AUTH_BLOCKING_TOKEN_EXPIRED

Firma:

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

AuthClientErrorCode.BILLING_NOT_HOURS .

Firma:

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

Código de errordeclientedeAuth.CLAIMS_TOO_LARGE

Firma:

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

AuthClientErrorCode.CONFIGURATION_EXISTS.

Firma:

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

AuthClientErrorCode.CONFIGURATION_NOT_FOUND.

Firma:

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

Código de errordeclientedeAuth.EMAIL_ALREADY_EXISTS

Firma:

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

AuthClientErrorCode.EMAIL_NOT_FOUND.

Firma:

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

AuthClientErrorCode.FORBIDDEN_CLAIM

Firma:

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

Código de error del cliente de autenticación.ID_TOKEN_EXPIRED

Firma:

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

Código de errordeclientedeAuth.ID_TOKEN_REVOKED

Firma:

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

AuthClientErrorCode.INSUFFICIENT_PERMISSION.

Firma:

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

Código de errordeclientedeAuth.INTERNAL_ERROR

Firma:

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

AuthClientErrorCode.INVALID_{8/}

Firma:

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

AuthClientErrorCode.INVALID_CLAIMS

Firma:

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

AuthClientErrorCode.INVALID_CONFIG

Firma:

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

AuthClientErrorCode.INVALID_CONTINUE_URI

Firma:

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

AuthClientErrorCode.INVALID_CREATION_TIME

Firma:

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

AuthClientErrorCode.INVALID_CREDENTIAL

Firma:

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

AuthClientErrorCode.INVALID_DISABLED_FIELD

Firma:

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

AuthClientErrorCode.INVALID_DISPLAY_NAME

Firma:

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

Firma:

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

AuthClientErrorCode.INVALID_EMAIL_VERIFIED

Firma:

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

AuthClientErrorCode.INVALID_EMAIL

Firma:

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

AuthClientErrorCode.INVALID_ENROLLED_FACTORS

Firma:

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

AuthClientErrorCode.INVALID_ENROLLMENT_TIME

Firma:

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

AuthClientErrorCode.INVALID_HASH_ALGORITHM

Firma:

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

AuthClientErrorCode.INVALID_HASH_BLOCK_SIZE.

Firma:

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

AuthClientErrorCode.INVALID_HASH_DERIVED_KEY_LENGTH.

Firma:

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

AuthClientErrorCode.INVALID_HASH_KEY.

Firma:

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

AuthClientErrorCode.INVALID_HASH_MEMORY_COST

Firma:

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

AuthClientErrorCode.INVALID_HASH_PARALLELIZATION

Firma:

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

AuthClientErrorCode.INVALID_HASH_ROUNDS

Firma:

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

AuthClientErrorCode.INVALID_HASH_SALT_ cree.

Firma:

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

AuthClientErrorCode.INVALID_ID_TOKEN

Firma:

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

AuthClientErrorCode.INVALID_LAST_SIGN_IN_TIME

Firma:

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

AuthClientErrorCode.INVALID_NAME

Firma:

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

AuthClientErrorCode.INVALID_NEW_EMAIL

Firma:

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

AuthClientErrorCode.INVALID_OAUTH_CLIENT_ID

Firma:

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

AuthClientErrorCode.INVALID_OAUTH_RESPONSETYPE

Firma:

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

AuthClientErrorCode.INVALID_PAGE_TOKEN

Firma:

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

AuthClientErrorCode.INVALID_PASSWORD_HASH

Firma:

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

AuthClientErrorCode.INVALID_PASSWORD_SALT

Firma:

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

AuthClientErrorCode.INVALID_PASSWORD

Firma:

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

AuthClientErrorCode.INVALID_PHONE_NUMBER

Firma:

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

AuthClientErrorCode.INVALID_PHOTO_URL

Firma:

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

AuthClientErrorCode.INVALID_PROJECT_ID

Firma:

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

AuthClientErrorCode.INVALID_PROVIDER_DATA

Firma:

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

AuthClientErrorCode.INVALID_PROVIDER_ID

Firma:

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

AuthClientErrorCode.INVALID_PROVIDER_UID

Firma:

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

AuthClientErrorCode.INVALID_RECAPTCHA_ACTION.

Firma:

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

AuthClientErrorCode.INVALID_RECAPTCHA_ENFORCEMENT_STATE

Firma:

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

Firma:

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

AuthClientErrorCode.INVALID_TENANT_ID

Firma:

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

AuthClientErrorCode.INVALID_TENANT_TYPE

Firma:

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

AuthClientErrorCode.INVALID_TESTING_PHONE_NUMBER

Firma:

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

AuthClientErrorCode.INVALID_TOKENS_VALID_After_TIME

Firma:

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

AuthClientErrorCode.INVALID_UID

Firma:

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

AuthClientErrorCode.INVALID_USER_IMPORT

Firma:

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

Código de errordeclientedeAuth.MAXIMUM_TEST_PHONE_NUMBER_EXCEEDED

Firma:

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

Código de errordeclientedeAuth.MAXIMUM_USER_COUNT_EXCEEDED

Firma:

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

AuthClientErrorCode.MISMATCHING_TENANT_ID.

Firma:

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

AuthClientErrorCode.MISSING_ANDROID_PACKAGE_NAME.

Firma:

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

AuthClientErrorCode.MISSING_CONFIG.

Firma:

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

Código de errordeclientedeAuth.MISSING_CONTINUE_URI

Firma:

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

Código de errordeclientedeAuth.MISSING_DISPLAY_NAME

Firma:

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

Código de errordeclientedeAuth.MISSING_EMAIL.

Firma:

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

AuthClientErrorCode.MISSING_HASH_ALGORITHM.

Firma:

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

Código de errordeclientedeAuth.MISSING_IOS_BUNDLE_ID

Firma:

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

Código de errordeclientedeAuth.MISSING_ISSUER

Firma:

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

AuthClientErrorCode.MISSING_OAUTH_CLIENT_ID

Firma:

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

Código de error del cliente de autenticación.MISSING_OAUTH_CLIENT_SECRET

Firma:

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

AuthClientErrorCode.MISSING_PROVIDER_ID.

Firma:

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

AuthClientErrorCode.MISSING_SAML_RELYING_PARTY_CONFIG

Firma:

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

Código de errordeclientedeAuth.MISSING_UID

Firma:

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

AuthClientErrorCode.NOT_FOUND.

Firma:

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

AuthClientErrorCode.OPERATION_NOT_ALLOWED

Firma:

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

Código de errordeclientedeAuth.PHONE_NUMBER_ALREADY_EXISTS

Firma:

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

AuthClientErrorCode.PROJECT_NOT_FOUND.

Firma:

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

Código de error de autenticación válido. CUOTA_EXCEEDED.

Firma:

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

AuthClientErrorCode.RECAPTCHA_NOT_HABILITADO

Firma:

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

Código de errordeclientedeAuth.SEGUNDO_FACTOR_LIMIT_EXCEEDADO

Firma:

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

Código de errordeclientedeAuth.Segunda_FACTOR_UID_ALREADY_EXISTS

Firma:

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

Firma:

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

Firma:

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

AuthClientErrorCode.TENANT_NOT_FOUND.

Firma:

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

Código de errordeclientedeAuth.UID_ALREADY_EXISTS

Firma:

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

AuthClientErrorCode.UNAUTHORIZED_DOMAIN.

Firma:

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

Código de errordeclientedeAuth.UNSUPPORTED_FIRST_FACTOR

Firma:

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

Código de errordeclientedeAuth.UNSUPPORTED_SECONDS_FACTOR

Firma:

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

AuthClientErrorCode.UNSUPPORTED_TENANT_OPERATION.

Firma:

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

AuthClientErrorCode.UNVERIFIED_EMAIL

Firma:

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

Código de errordeclientedeAuth.USER_DISABLED

Firma:

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

Código de errordeclientedeAuth.USER_NOT_DISABLED

Firma:

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

Código de errordeclientedeAuth.USER_NOT_FOUND

Firma:

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