Documentation Index
Fetch the complete documentation index at: https://auth0-fix-auth-api-docs-migration-completion.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ScreenMembersOnBruteForceProtectionUnblockFailure
export interface ScreenMembersOnBruteForceProtectionUnblockFailure extends ScreenMembers {
/**
* Screen-specific data containing the error type from the failed unblock attempt.
* @type {{ errorType?: string; } | null}
*/
data: {
/**
* The type of error that caused the unblock attempt to fail.
* @type {string}
*/
errorType?: string;
} | null;
}
Properties
Screen-specific data containing the error type from the failed unblock attempt.Type Declaration
{ errorType?: string; }errorType
The type of error that caused the unblock attempt to fail.null