CSRF-X Auth Library - v1.0.3
    Preparing search index...

    Type Alias AuthErrorCode

    AuthErrorCode: typeof AuthErrorCode[keyof typeof AuthErrorCode]

    Union type of all possible authentication error codes.

    function handleError(code: AuthErrorCode) {
    if (code === AuthErrorCode.NETWORK_ERROR) retry();
    }

    @public

    0.1.1