get_cognito_overview
Retrieve Cognito user pool MFA settings and app client configurations to select the correct auth flows, OAuth scopes, callback URLs, and token validity for sign-in, sign-up, and token refresh implementations.
Instructions
Returns all Cognito user pools with MFA configuration and every app client config: allowed auth flows, OAuth flows/scopes, callback URLs, token validity, and whether the client has a secret (SDK auth calls must send SECRET_HASH when true). Client secret values are never returned. Call this before writing any Cognito sign-in, sign-up, or token-refresh code to use the correct auth flow and client settings. Do NOT call to look up users or tokens — infrawise never reads user data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||