You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ Microsoft Authentication Library (MSAL) for Android
7
7
The MSAL library for Android gives your app the ability to use the [Microsoft Cloud](https://cloud.microsoft.com) by supporting [Microsoft Azure Active Directory](https://azure.microsoft.com/services/active-directory/) and [Microsoft accounts](https://account.microsoft.com) in a converged experience using industry standard OAuth2 and OpenID Connect. The library also supports [Azure AD B2C](https://azure.microsoft.com/services/active-directory-b2c/).
Copy file name to clipboardExpand all lines: docs/publicclientapplication.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ MSAL Android divides public client applications into 2 sub-types:
8
8
9
9
- Single Account Public Client Application - Which is intended to be used by applications that only expect one account to be in use at a time
10
10
- For example: Line of business applications
11
-
- Multiple Account Public Client Applications - Which is intended to be used by applications that expect their user to have multiple accounts and to want to use multiple accounts at the same time.
11
+
- Multiple Account Public Client Applications - Which is intended to be used by B2C applications and any other application that expects a user to have multiple accounts and to want to use multiple accounts at the same time.
12
12
- For example: Email clients
13
13
14
14
## Factory Methods
@@ -45,4 +45,3 @@ PublicClientApplication includes a number of static methods for constructing dif
0 commit comments