Uses of Interface
software.amazon.awssdk.services.ec2.model.NativeApplicationOidcOptions.Builder
Packages that use NativeApplicationOidcOptions.Builder
-
Uses of NativeApplicationOidcOptions.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NativeApplicationOidcOptions.BuilderModifier and TypeMethodDescriptionNativeApplicationOidcOptions.Builder.authorizationEndpoint(String authorizationEndpoint) The authorization endpoint of the IdP.NativeApplicationOidcOptions.builder()The OAuth 2.0 client identifier.The OIDC issuer identifier of the IdP.NativeApplicationOidcOptions.Builder.publicSigningKeyEndpoint(String publicSigningKeyEndpoint) The public signing key endpoint.The set of user claims to be requested from the IdP.NativeApplicationOidcOptions.toBuilder()NativeApplicationOidcOptions.Builder.tokenEndpoint(String tokenEndpoint) The token endpoint of the IdP.NativeApplicationOidcOptions.Builder.userInfoEndpoint(String userInfoEndpoint) The user info endpoint of the IdP.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NativeApplicationOidcOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NativeApplicationOidcOptions.Builder>NativeApplicationOidcOptions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NativeApplicationOidcOptions.BuilderModifier and TypeMethodDescriptionVerifiedAccessTrustProvider.Builder.nativeApplicationOidcOptions(Consumer<NativeApplicationOidcOptions.Builder> nativeApplicationOidcOptions) The OpenID Connect (OIDC) options.