I'm currently working with the @azure/msal-browser
library and I came across the term InteractionType
.
Which is mentioned as an Enum in the documentation link to documentation (archived).
However, I couldn't find detailed information on how to use it and its purpose.
Could someone please provide a more comprehensive explanation of what InteractionType
is used for within the context of @azure/msal-browser
?
It would be great to have some code examples or practical scenarios where this enum comes into play.
I appreciate any insights or references to relevant resources that can help me understand this concept better.