| Modifier and Type | Method and Description |
|---|---|
ClaimsRequest |
AuthorizationCodeParameters.claims() |
ClaimsRequest |
ClientCredentialParameters.claims() |
ClaimsRequest |
DeviceCodeFlowParameters.claims() |
ClaimsRequest |
IntegratedWindowsAuthenticationParameters.claims() |
ClaimsRequest |
InteractiveRequestParameters.claims() |
ClaimsRequest |
ManagedIdentityParameters.claims() |
ClaimsRequest |
OnBehalfOfParameters.claims() |
ClaimsRequest |
RefreshTokenParameters.claims() |
ClaimsRequest |
SilentParameters.claims() |
ClaimsRequest |
UserNamePasswordParameters.claims() |
static ClaimsRequest |
ClaimsRequest.formatAsClaimsRequest(String claims)
Creates an instance of ClaimsRequest from a JSON-formatted String which follows the specification for the OIDC claims request parameter
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationCodeParameters.AuthorizationCodeParametersBuilder |
AuthorizationCodeParameters.AuthorizationCodeParametersBuilder.claims(ClaimsRequest claims)
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
|
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.claims(ClaimsRequest val)
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
|
ClientCredentialParameters.ClientCredentialParametersBuilder |
ClientCredentialParameters.ClientCredentialParametersBuilder.claims(ClaimsRequest claims)
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
|
DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder |
DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder.claims(ClaimsRequest claims)
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
|
IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder |
IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder.claims(ClaimsRequest claims)
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
|
InteractiveRequestParameters.InteractiveRequestParametersBuilder |
InteractiveRequestParameters.InteractiveRequestParametersBuilder.claims(ClaimsRequest claims)
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
|
OnBehalfOfParameters.OnBehalfOfParametersBuilder |
OnBehalfOfParameters.OnBehalfOfParametersBuilder.claims(ClaimsRequest claims)
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
|
RefreshTokenParameters.RefreshTokenParametersBuilder |
RefreshTokenParameters.RefreshTokenParametersBuilder.claims(ClaimsRequest claims)
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
|
SilentParameters.SilentParametersBuilder |
SilentParameters.SilentParametersBuilder.claims(ClaimsRequest claims)
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims.
|
UserNamePasswordParameters.UserNamePasswordParametersBuilder |
UserNamePasswordParameters.UserNamePasswordParametersBuilder.claims(ClaimsRequest claims)
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
|
Copyright © 2013–2025. All rights reserved.