IClientSecret Interface
Implements
public interface IClientSecret
extends IClientCredential
Representation of client credential containing a secret in string format
For more details, see https://aka.ms/msal4j-client-credentials
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String | clientSecret() |
Method Details
clientSecret
public abstract String clientSecret()
Returns:
secret secret of application requesting a token