Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.OpenIdConnectTokenSelection
-
Packages that use OpenIdConnectTokenSelection Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of OpenIdConnectTokenSelection in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return OpenIdConnectTokenSelection Modifier and Type Method Description static OpenIdConnectTokenSelectionOpenIdConnectTokenSelection. fromAccessTokenOnly(Consumer<OpenIdConnectAccessTokenConfiguration.Builder> accessTokenOnly)Create an instance of this class withaccessTokenOnly()initialized to the given value.static OpenIdConnectTokenSelectionOpenIdConnectTokenSelection. fromAccessTokenOnly(OpenIdConnectAccessTokenConfiguration accessTokenOnly)Create an instance of this class withaccessTokenOnly()initialized to the given value.static OpenIdConnectTokenSelectionOpenIdConnectTokenSelection. fromIdentityTokenOnly(Consumer<OpenIdConnectIdentityTokenConfiguration.Builder> identityTokenOnly)Create an instance of this class withidentityTokenOnly()initialized to the given value.static OpenIdConnectTokenSelectionOpenIdConnectTokenSelection. fromIdentityTokenOnly(OpenIdConnectIdentityTokenConfiguration identityTokenOnly)Create an instance of this class withidentityTokenOnly()initialized to the given value.OpenIdConnectTokenSelectionOpenIdConnectConfiguration. 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 OpenIdConnectTokenSelection Modifier and Type Method Description OpenIdConnectConfiguration.BuilderOpenIdConnectConfiguration.Builder. tokenSelection(OpenIdConnectTokenSelection tokenSelection)The token type that you want to process from your OIDC identity provider.
-