UNPKG

@better-auth-ui/core

Version:

Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.

37 lines (36 loc) 1.84 kB
export declare const agentAuthLocalization: { readonly approvalTitle: "Approve agent access"; readonly approvalDescription: "Review what this agent wants to do on your behalf."; readonly requestedCapabilities: "Requested capabilities"; readonly requestReason: "Reason"; readonly constraints: "Limits"; readonly delegatedAgent: "Delegated agent"; readonly autonomousAgent: "Autonomous agent"; readonly approvalNone: "No extra check"; readonly approvalSession: "Recent sign-in"; readonly approvalWebauthn: "Passkey required"; readonly allow: "Allow selected"; readonly deny: "Deny"; readonly approvedTitle: "Access approved"; readonly approvedDescription: "The agent can now use the capabilities you selected."; readonly deniedTitle: "Access denied"; readonly deniedDescription: "The agent did not receive access."; readonly noCapabilities: "This request has no pending capabilities."; readonly invalidRequest: "This approval link is missing the agent identifier."; readonly approvalError: "We could not update this request. Try again."; readonly agents: "Agent access"; readonly agentsDescription: "Review agents and revoke capabilities you no longer trust."; readonly noAgents: "No agents have access to your account."; readonly active: "Active"; readonly pending: "Pending"; readonly denied: "Denied"; readonly revoked: "Revoked"; readonly expires: "Expires {date}"; readonly lastUsed: "Last used {date}"; readonly neverUsed: "Never used"; readonly revoke: "Revoke"; readonly revokeTitle: "Revoke capability?"; readonly revokeDescription: "The agent will immediately lose this capability."; readonly confirmRevoke: "Revoke capability"; }; export type AgentAuthLocalization = typeof agentAuthLocalization;