Saltar al contenido principal

Type Alias: WordPressAuth

WordPressAuth = { password: string; type: "application-passwords"; username: string; } | { token: string; type: "jwt"; } | { password: string; type: "basic"; username: string; } | { cookie: string; nonce: string; type: "nonce"; }

Defined in: src/types/index.ts:1212

Authentication methods for WordPress.