public static class OnBehalfOfParameters.OnBehalfOfParametersBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
OnBehalfOfParameters |
build() |
OnBehalfOfParameters.OnBehalfOfParametersBuilder |
claims(ClaimsRequest claims)
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
|
OnBehalfOfParameters.OnBehalfOfParametersBuilder |
extraHttpHeaders(Map<String,String> extraHttpHeaders)
Adds additional headers to the token request
|
OnBehalfOfParameters.OnBehalfOfParametersBuilder |
extraQueryParameters(Map<String,String> extraQueryParameters)
Deprecated.
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
OnBehalfOfParameters.OnBehalfOfParametersBuilder |
scopes(Set<String> scopes) |
OnBehalfOfParameters.OnBehalfOfParametersBuilder |
skipCache(Boolean skipCache)
Indicates whether the request should skip looking into the token cache.
|
OnBehalfOfParameters.OnBehalfOfParametersBuilder |
tenant(String tenant)
Overrides the tenant value in the authority URL for this request
|
String |
toString() |
OnBehalfOfParameters.OnBehalfOfParametersBuilder |
userAssertion(IUserAssertion userAssertion) |
public OnBehalfOfParameters.OnBehalfOfParametersBuilder scopes(Set<String> scopes)
public OnBehalfOfParameters.OnBehalfOfParametersBuilder skipCache(Boolean skipCache)
public OnBehalfOfParameters.OnBehalfOfParametersBuilder userAssertion(IUserAssertion userAssertion)
public OnBehalfOfParameters.OnBehalfOfParametersBuilder claims(ClaimsRequest claims)
public OnBehalfOfParameters.OnBehalfOfParametersBuilder extraHttpHeaders(Map<String,String> extraHttpHeaders)
@Deprecated public OnBehalfOfParameters.OnBehalfOfParametersBuilder extraQueryParameters(Map<String,String> extraQueryParameters)
public OnBehalfOfParameters.OnBehalfOfParametersBuilder tenant(String tenant)
public OnBehalfOfParameters build()
Copyright © 2013–2026. All rights reserved.