export function applyOAuthAccountHints() { return; } export function decodeOAuthJwtPayload() { return null; } export async function mapOAuthProfileToExtendedUser() { throw new Error('OAuth SSO is only available in the Enterprise edition.'); }