| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
PopParameters.getHttpMethod() |
HttpMethod |
HttpRequest.httpMethod()
|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InteractiveRequestParameters.InteractiveRequestParametersBuilder |
InteractiveRequestParameters.InteractiveRequestParametersBuilder.proofOfPossession(HttpMethod httpMethod,
URI uri,
String nonce)
Sets the PopParameters for this request, allowing the request to retrieve proof-of-possession tokens rather than bearer tokens
|
SilentParameters.SilentParametersBuilder |
SilentParameters.SilentParametersBuilder.proofOfPossession(HttpMethod httpMethod,
URI uri,
String nonce)
Sets the PopParameters for this request, allowing the request to retrieve proof-of-possession tokens rather than bearer tokens
|
UserNamePasswordParameters.UserNamePasswordParametersBuilder |
UserNamePasswordParameters.UserNamePasswordParametersBuilder.proofOfPossession(HttpMethod httpMethod,
URI uri,
String nonce)
Sets the PopParameters for this request, allowing the request to retrieve proof-of-possession tokens rather than bearer tokens
For more information, see
PopParameters and https://aka.ms/msal4j-pop |
Copyright © 2013–2025. All rights reserved.