UNPKG

aws-cognito-next

Version:

Authentication helpers to enable usage of [AWS Cognito](https://aws.amazon.com/en/cognito/) in [next.js](https://nextjs.org/) applications.

6 lines (5 loc) 204 B
export declare function getCognitoCookieInfo(cookieString: string | undefined, userPoolWebClientId?: string): { lastUser: string | null; idToken: string | null; accessToken: string | null; };