Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,15 @@
import org.slf4j.LoggerFactory;

/**
*
* @deprecated ADAL is deprecated. Please use MSAL instead. To migrate, follow the instructions here
* https://aka.ms/migrate-adal-to-msal-java
*
* The main class representing the authority issuing tokens for resources. It
* provides several ways to request access token, namely via Authorization Code,
* Confidential Client and Client Certificate.
*/
@Deprecated
public class AuthenticationContext {

final Logger log = LoggerFactory
Expand Down