Uses of Class
software.amazon.awssdk.services.ssooidc.model.CreateTokenWithIamRequest
-
Packages that use CreateTokenWithIamRequest Package Description software.amazon.awssdk.services.ssooidc IAM Identity Center OpenID Connect (OIDC) is a web service that enables a client (such as CLI or a native application) to register with IAM Identity Center.software.amazon.awssdk.services.ssooidc.transform -
-
Uses of CreateTokenWithIamRequest in software.amazon.awssdk.services.ssooidc
Methods in software.amazon.awssdk.services.ssooidc with parameters of type CreateTokenWithIamRequest Modifier and Type Method Description default CompletableFuture<CreateTokenWithIamResponse>SsoOidcAsyncClient. createTokenWithIAM(CreateTokenWithIamRequest createTokenWithIamRequest)Creates and returns access and refresh tokens for clients and applications that are authenticated using IAM entities.default CreateTokenWithIamResponseSsoOidcClient. createTokenWithIAM(CreateTokenWithIamRequest createTokenWithIamRequest)Creates and returns access and refresh tokens for clients and applications that are authenticated using IAM entities. -
Uses of CreateTokenWithIamRequest in software.amazon.awssdk.services.ssooidc.transform
Methods in software.amazon.awssdk.services.ssooidc.transform with parameters of type CreateTokenWithIamRequest Modifier and Type Method Description SdkHttpFullRequestCreateTokenWithIamRequestMarshaller. marshall(CreateTokenWithIamRequest createTokenWithIamRequest)
-