Skip to content

TokenParameters Subclasses Migration

fadidurah edited this page Apr 4, 2022 · 14 revisions

In an effort to increase usability and consistency throughout the MSAL API, we're prioritizing method overrides that use TokenParameters Subclasses as the only parameter. We've deprecated other overrides that use individual parameters for SCOPE, PROMPT, account, and other fields. Below is a guide to using the TokenParameters Subclasses as well as the SignInParameters class for SignIn() in SingleAccountPublicAccountApplication (note that SignInParameters is not actually a subclass of TokenParameters but serves the same purpose).

SignInParameters Class

test

New Overrides PublicClientApplication classes

Clone this wiki locally