18e9cee63Sopenharmony_ci/*
28e9cee63Sopenharmony_ci * Copyright (c) 2024 Huawei Device Co., Ltd.
38e9cee63Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License");
48e9cee63Sopenharmony_ci * you may not use this file except in compliance with the License.
58e9cee63Sopenharmony_ci * You may obtain a copy of the License at
68e9cee63Sopenharmony_ci *
78e9cee63Sopenharmony_ci *     http://www.apache.org/licenses/LICENSE-2.0
88e9cee63Sopenharmony_ci *
98e9cee63Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software
108e9cee63Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS,
118e9cee63Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
128e9cee63Sopenharmony_ci * See the License for the specific language governing permissions and
138e9cee63Sopenharmony_ci * limitations under the License.
148e9cee63Sopenharmony_ci */
158e9cee63Sopenharmony_ci#ifndef REQUEST_PERMISSION_H
168e9cee63Sopenharmony_ci#define REQUEST_PERMISSION_H
178e9cee63Sopenharmony_ci
188e9cee63Sopenharmony_ciextern "C" {
198e9cee63Sopenharmony_civoid SetAccessTokenPermission();
208e9cee63Sopenharmony_ci}
218e9cee63Sopenharmony_ci
228e9cee63Sopenharmony_ci#endif