public interface IClientCredential
Client credentials are used by confidential client applications to authenticate themselves to the Microsoft identity platform when requesting tokens. This is used in scenarios where the application is acting on its own behalf (client credentials flow) or on behalf of a user (authorization code flow with client authentication).
MSAL supports several types of client credentials:
For more details, see https://aka.ms/msal4j-client-credentials
Copyright © 2013–2025. All rights reserved.