@azure/msal-browser
Version:
Microsoft Authentication Library for js
12 lines • 337 B
TypeScript
export type UserAccountAttributes = Record<string, string> & {
city?: string;
country?: string;
displayName?: string;
givenName?: string;
jobTitle?: string;
postalCode?: string;
state?: string;
streetAddress?: string;
surname?: string;
};
//# sourceMappingURL=UserAccountAttributes.d.ts.map