UNPKG

@quinck/aws-cognito-client

Version:

Provides a user attributes generic cognito client.

8 lines (7 loc) 378 B
import { CognitoAuthServiceConfig } from '../aws-cognito/cognito-auth-service'; import { AuthService } from '../models/components/auth-service'; export declare function createAuthService(params: AuthServiceParams): AuthService; export type AuthServiceParams = CognitoAuthServiceParams; export type CognitoAuthServiceParams = CognitoAuthServiceConfig & { type: 'cognito'; };