public interface IClientAssertion extends IClientCredential
Client assertions provide a way for confidential client applications to authenticate themselves to the Microsoft identity platform without sending a client secret. Instead, the application uses a JWT token as a credential.
For more details, see https://aka.ms/msal4j-client-credentials
| Modifier and Type | Method and Description |
|---|---|
String |
assertion()
Gets the JWT token used for client authentication.
|
String assertion()
Copyright © 2013–2025. All rights reserved.