@aws-amplify/auth
Version:
Auth category of aws-amplify
12 lines (10 loc) • 452 B
JavaScript
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
Object.defineProperty(exports, "__esModule", { value: true });
exports.listenForOAuthFlowCancellation = void 0;
const listenForOAuthFlowCancellation = () => {
// no-op for non-browser environments
};
exports.listenForOAuthFlowCancellation = listenForOAuthFlowCancellation;
//# sourceMappingURL=cancelOAuthFlow.native.js.map
;