@aws-amplify/core
Version:
Core category of aws-amplify
11 lines (8 loc) • 304 B
JavaScript
import { Amplify } from '../Amplify.mjs';
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
function clearCredentials() {
return Amplify.Auth.clearCredentials();
}
export { clearCredentials };
//# sourceMappingURL=clearCredentials.mjs.map