| Modifier and Type | Interface and Description |
|---|---|
interface |
IClientAssertion
Credential type containing an assertion of type
"urn:ietf:params:oauth:token-type:jwt".
|
interface |
IClientCertificate
Credential type containing X509 public certificate and RSA private key.
|
interface |
IClientSecret
Representation of client credential containing a secret in string format
For more details, see https://aka.ms/msal4j-client-credentials
|
| Modifier and Type | Method and Description |
|---|---|
static ConfidentialClientApplication.Builder |
ConfidentialClientApplication.builder(String clientId,
IClientCredential clientCredential)
Creates instance of Builder of ConfidentialClientApplication
|
Copyright © 2013–2020. All rights reserved.