IClientAssertion Interface

Implements

public interface IClientAssertion
extends IClientCredential

Credential type containing an assertion of type "urn:ietf:params:oauth:token-type:jwt".

For more details, see https://aka.ms/msal4j-client-credentials

Method Summary

Modifier and Type Method and Description
abstract java.lang.String assertion()

Method Details

assertion

public abstract String assertion()

Returns:

Jwt token encoded as a base64 URL encoded string

Applies to