IAuthService.verifyCredentials(credentials: { readonly identifier: string; readonly secret: string; }): Promise<IPrincipal | null>
Verify credentials for a login flow (e.g., username/password).
Promise<IPrincipal | null>
The authenticated principal, or null if invalid