/** *

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. The service also enables the client to * fetch the user’s access token upon successful authentication and authorization with * IAM Identity Center.

* *

IAM Identity Center uses the sso and identitystore API namespaces.

*
*

* Considerations for Using This Guide *

*

Before you begin using this guide, we recommend that you first review the following * important information about how the IAM Identity Center OIDC service works.

* *

For general information about IAM Identity Center, see What is * IAM Identity Center? in the IAM Identity Center User Guide.

* * @packageDocumentation */ export * from "./SSOOIDCClient"; export * from "./SSOOIDC"; export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { SSOOIDCExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./models"; export { SSOOIDCServiceException } from "./models/SSOOIDCServiceException";