代码拉取完成,页面将自动刷新
/*
* Copyright (c) 2024 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License"),
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @file
* @kit UserAuthenticationKit
* @arkts 1.1&1.2
*/
import userAuth from '@ohos.userIAM.userAuth';
/**
* User access control
*
* @namespace userAccessCtrl
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
declare namespace userAccessCtrl {
/**
* Verify the authentication token.
*
* @permission ohos.permission.USE_USER_ACCESS_MANAGER
* @param { Uint8Array } authToken - AuthToken to be verified.
* @param { int } allowableDuration - Allowable time interval from the authToken is issued till now in milliseconds.
* @returns { Promise<AuthToken> } Returns parsed authToken.
* @throws { BusinessError } 201 - Permission denied.
* @throws { BusinessError } 202 - Permission denied. Called by non-system application.
* @throws { BusinessError } 401 - Parameter error. Possible causes:
* <br>1. Mandatory parameters are left unspecified.
* <br>2. Incorrect parameter types.
* <br>3. Parameter verification failed.
* @throws { BusinessError } 12500002 - General operation error.
* @throws { BusinessError } 12500015 - AuthToken integrity check failed.
* @throws { BusinessError } 12500016 - AuthToken has expired.
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @systemapi Hide this for inner system use.
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
function verifyAuthToken(authToken: Uint8Array, allowableDuration: int): Promise<AuthToken>;
/**
* Authentication token.
*
* @typedef AuthToken
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @systemapi Hide this for inner system use.
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
interface AuthToken {
/**
* Pass in challenge value.
*
* @type { Uint8Array }
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @systemapi Hide this for inner system use.
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
challenge: Uint8Array;
/**
* Trust level of authentication result.
*
* @type { userAuth.AuthTrustLevel }
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @systemapi Hide this for inner system use.
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
authTrustLevel: userAuth.AuthTrustLevel;
/**
* Credential type for authentication.
*
* @type { userAuth.UserAuthType }
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @systemapi Hide this for inner system use.
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
authType: userAuth.UserAuthType;
/**
* The type of authToken.
*
* @type { AuthTokenType }
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @systemapi Hide this for inner system use.
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
tokenType: AuthTokenType;
/**
* The user id of authToken.
*
* @type { int }
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @systemapi Hide this for inner system use.
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
userId: int;
/**
* The time interval from the authToken is issued till now in milliseconds.
*
* @type { bigint }
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @systemapi Hide this for inner system use.
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
timeInterval: bigint;
/**
* The secure uid of authToken.
*
* @type { ?bigint }
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @systemapi Hide this for inner system use.
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
secureUid?: bigint;
/**
* The enrolled id of authToken.
*
* @type { ?bigint }
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @systemapi Hide this for inner system use.
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
enrolledId?: bigint;
/**
* The credential id of authToken.
*
* @type { ?bigint }
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @systemapi Hide this for inner system use.
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
credentialId?: bigint;
}
/**
* The issued type for authToken.
*
* @enum { int }
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @systemapi Hide this for inner system use.
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
enum AuthTokenType {
/**
* AuthToken is issued locally.
*
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @systemapi Hide this for inner system use.
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
TOKEN_TYPE_LOCAL_AUTH = 0,
/**
* AuthToken is re-issued.
*
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @systemapi Hide this for inner system use.
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
TOKEN_TYPE_LOCAL_RESIGN = 1,
/**
* AuthToken is issued remotely.
*
* @syscap SystemCapability.UserIAM.UserAuth.Core
* @systemapi Hide this for inner system use.
* @since arkts {'1.1':'18','1.2':'22'}
* @arkts 1.1&1.2
*/
TOKEN_TYPE_COAUTH = 2
}
}
export default userAccessCtrl;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。