Uses of Interface
software.amazon.awssdk.services.ssoadmin.model.AuthorizationCodeGrant.Builder
-
Packages that use AuthorizationCodeGrant.Builder Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of AuthorizationCodeGrant.Builder in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return AuthorizationCodeGrant.Builder Modifier and Type Method Description static AuthorizationCodeGrant.BuilderAuthorizationCodeGrant. builder()AuthorizationCodeGrant.BuilderAuthorizationCodeGrant.Builder. redirectUris(String... redirectUris)A list of URIs that are valid locations to redirect a user's browser after the user is authorized.AuthorizationCodeGrant.BuilderAuthorizationCodeGrant.Builder. redirectUris(Collection<String> redirectUris)A list of URIs that are valid locations to redirect a user's browser after the user is authorized.AuthorizationCodeGrant.BuilderAuthorizationCodeGrant. toBuilder()Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type AuthorizationCodeGrant.Builder Modifier and Type Method Description static Class<? extends AuthorizationCodeGrant.Builder>AuthorizationCodeGrant. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type AuthorizationCodeGrant.Builder Modifier and Type Method Description default Grant.BuilderGrant.Builder. authorizationCode(Consumer<AuthorizationCodeGrant.Builder> authorizationCode)Configuration options for theauthorization_codegrant type.static GrantGrant. fromAuthorizationCode(Consumer<AuthorizationCodeGrant.Builder> authorizationCode)Create an instance of this class withGrant.authorizationCode()initialized to the given value.
-