/** *

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.

*

* API namespaces *

*

IAM Identity Center uses the sso and identitystore API namespaces. IAM Identity Center * OpenID Connect uses the sso-oauth namespace.

*

* 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 "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { SSOOIDCServiceException } from "./models/SSOOIDCServiceException";