@aws-amplify/auth
Version:
Auth category of aws-amplify
20 lines (17 loc) • 713 B
JavaScript
import { Amplify } from '@aws-amplify/core';
import { getCurrentUser as getCurrentUser$1 } from './internal/getCurrentUser.mjs';
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
/**
* Gets the current user from the idToken.
*
* @param input - The GetCurrentUserInput object.
* @returns GetCurrentUserOutput
* @throws - {@link InitiateAuthException} - Thrown when the service fails to refresh the tokens.
* @throws AuthTokenConfigException - Thrown when the token provider config is invalid.
*/
const getCurrentUser = async () => {
return getCurrentUser$1(Amplify);
};
export { getCurrentUser };
//# sourceMappingURL=getCurrentUser.mjs.map