UNPKG

@ssktechnologies/awsforge

Version:

Enterprise-grade AWS Cognito authentication toolkit for seamless user management, registration, login, and password recovery with JWT token handling

4 lines (3 loc) 214 B
import { InitiateAuthCommandOutput } from "@aws-sdk/client-cognito-identity-provider"; import { AuthTokens } from "../types"; export declare function extractTokens(response: InitiateAuthCommandOutput): AuthTokens;