| 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
|
| Modifier and Type | Method and Description |
|---|---|
IClientCredential |
ClientCredentialParameters.clientCredential()
Overrides the client credentials for this request
|
| Modifier and Type | Method and Description |
|---|---|
static ConfidentialClientApplication.Builder |
ConfidentialClientApplication.builder(String clientId,
IClientCredential clientCredential)
Creates instance of Builder of ConfidentialClientApplication
|
ClientCredentialParameters.ClientCredentialParametersBuilder |
ClientCredentialParameters.ClientCredentialParametersBuilder.clientCredential(IClientCredential clientCredential) |
Copyright © 2013–2022. All rights reserved.