Uses of Class
software.amazon.awssdk.services.ssooidc.model.SsoOidcException
-
Packages that use SsoOidcException 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.model -
-
Uses of SsoOidcException in software.amazon.awssdk.services.ssooidc
Methods in software.amazon.awssdk.services.ssooidc that throw SsoOidcException Modifier and Type Method Description default CreateTokenResponseSsoOidcClient. createToken(Consumer<CreateTokenRequest.Builder> createTokenRequest)Creates and returns access and refresh tokens for clients that are authenticated using client secrets.default CreateTokenResponseSsoOidcClient. createToken(CreateTokenRequest createTokenRequest)Creates and returns access and refresh tokens for clients that are authenticated using client secrets.default CreateTokenWithIamResponseSsoOidcClient. createTokenWithIAM(Consumer<CreateTokenWithIamRequest.Builder> 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.default RegisterClientResponseSsoOidcClient. registerClient(Consumer<RegisterClientRequest.Builder> registerClientRequest)Registers a client with IAM Identity Center.default RegisterClientResponseSsoOidcClient. registerClient(RegisterClientRequest registerClientRequest)Registers a client with IAM Identity Center.default StartDeviceAuthorizationResponseSsoOidcClient. startDeviceAuthorization(Consumer<StartDeviceAuthorizationRequest.Builder> startDeviceAuthorizationRequest)Initiates device authorization by requesting a pair of verification codes from the authorization service.default StartDeviceAuthorizationResponseSsoOidcClient. startDeviceAuthorization(StartDeviceAuthorizationRequest startDeviceAuthorizationRequest)Initiates device authorization by requesting a pair of verification codes from the authorization service. -
Uses of SsoOidcException in software.amazon.awssdk.services.ssooidc.model
Subclasses of SsoOidcException in software.amazon.awssdk.services.ssooidc.model Modifier and Type Class Description classAccessDeniedExceptionYou do not have sufficient access to perform this action.classAuthorizationPendingExceptionIndicates that a request to authorize a client with an access user session token is pending.classExpiredTokenExceptionIndicates that the token issued by the service is expired and is no longer valid.classInternalServerExceptionIndicates that an error from the service occurred while trying to process a request.classInvalidClientExceptionIndicates that theclientIdorclientSecretin the request is invalid.classInvalidClientMetadataExceptionIndicates that the client information sent in the request during registration is invalid.classInvalidGrantExceptionIndicates that a request contains an invalid grant.classInvalidRequestExceptionIndicates that something is wrong with the input to the request.classInvalidRequestRegionExceptionIndicates that a token provided as input to the request was issued by and is only usable by calling IAM Identity Center endpoints in another region.classInvalidScopeExceptionIndicates that the scope provided in the request is invalid.classSlowDownExceptionIndicates that the client is making the request too frequently and is more than the service can handle.classUnauthorizedClientExceptionIndicates that the client is not currently authorized to make the request.classUnsupportedGrantTypeExceptionIndicates that the grant type in the request is not supported by the service.Methods in software.amazon.awssdk.services.ssooidc.model that return SsoOidcException Modifier and Type Method Description SsoOidcExceptionSsoOidcException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.ssooidc.model with parameters of type SsoOidcException Constructor Description BuilderImpl(SsoOidcException ex)
-