Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.OpenIdConnectTokenSelectionItem
-
Packages that use OpenIdConnectTokenSelectionItem Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of OpenIdConnectTokenSelectionItem in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return OpenIdConnectTokenSelectionItem Modifier and Type Method Description static OpenIdConnectTokenSelectionItemOpenIdConnectTokenSelectionItem. fromAccessTokenOnly(Consumer<OpenIdConnectAccessTokenConfigurationItem.Builder> accessTokenOnly)Create an instance of this class withaccessTokenOnly()initialized to the given value.static OpenIdConnectTokenSelectionItemOpenIdConnectTokenSelectionItem. fromAccessTokenOnly(OpenIdConnectAccessTokenConfigurationItem accessTokenOnly)Create an instance of this class withaccessTokenOnly()initialized to the given value.static OpenIdConnectTokenSelectionItemOpenIdConnectTokenSelectionItem. fromIdentityTokenOnly(Consumer<OpenIdConnectIdentityTokenConfigurationItem.Builder> identityTokenOnly)Create an instance of this class withidentityTokenOnly()initialized to the given value.static OpenIdConnectTokenSelectionItemOpenIdConnectTokenSelectionItem. fromIdentityTokenOnly(OpenIdConnectIdentityTokenConfigurationItem identityTokenOnly)Create an instance of this class withidentityTokenOnly()initialized to the given value.OpenIdConnectTokenSelectionItemOpenIdConnectConfigurationItem. tokenSelection()The token type that you want to process from your OIDC identity provider.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type OpenIdConnectTokenSelectionItem Modifier and Type Method Description OpenIdConnectConfigurationItem.BuilderOpenIdConnectConfigurationItem.Builder. tokenSelection(OpenIdConnectTokenSelectionItem tokenSelection)The token type that you want to process from your OIDC identity provider.
-