UNPKG

@azure/msal-browser

Version:
18 lines (16 loc) 406 B
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export type UserAccountAttributes = Record<string, string> & { city?: string; country?: string; displayName?: string; flatusername?: string; givenName?: string; jobTitle?: string; postalCode?: string; state?: string; streetAddress?: string; surname?: string; };