网站首页  词典首页

请输入您要查询的英文单词:

 

单词 access token
释义

access token

  • 网络访问令牌;访问标记;存取令牌
1.
访问令牌
电脑常用英语单词 ... xmsmemory 扩充内存 access token 访问令牌 account lockout 帐号封锁 ...
word.langfly.com
2.
访问标记
  更改生效后,开发商将不得不在请求中增加“访问标记”(access token),获得访问标记需要两次身份验证,以确保读取数据的 …
it.sohu.com
3.
存取令牌
当指定该标志的时候,系统会检查调用者的存取令牌access token)是否具备对文件和目录进行备份/恢复的特权。如果调用 …
blog.csdn.net
4.
获取访问令牌
开源 EGL... ... 获取授权码( Authorization Code) 获取访问令牌Access Token) 点击该图片,即可访问并获取 Access Tok…
www.ibm.com
5.
理解访问令牌
Windows... ... 使用秘密注册表文件( System.lst) 理解访问令牌( Access Token) 理解用户配置文件( User Profile) ...
www.waterpub.com.cn
6.
访问权限令牌
9、一个访问权限令牌(access token),用于表示该进程的用户、安全组,以及优先级别。用WinDBG来查观察下这些资源 我们 …
www.4ucode.com

例句

释义:
1.
After an SMTP session is established to a Receive connector, the session starts with an anonymous access token for that session.
与接收连接器建立SMTP会话后,该会话将使用其匿名访问令牌启动。
technet.microsoft.com
2.
Every process executed in Windows requires an access token, also referred to as a logon token.
在Windows中执行的每个进程都需要一个访问令牌(也称登录令牌)。
technet.microsoft.com
3.
The TOKEN_PRIVILEGES structure contains information about a set of privileges for an access token.
这个结构用来包含一个accesstoken用户的权限列表。
bbs.scuec.edu.cn
4.
The user's access token is no longer saved in a plain text file but in GAE's datastore, which is different from a traditional database.
用户的访问令牌不再以明文形式的文件保存,而是保存在GAE的数据存储中,这有别于传统的数据库。
www.ibm.com
5.
This class contains information about a set of privileges for an access token.
这个类别包含关于访问符号的特权组的信息。
www.drados.com
6.
The concept of an access token is very similar to label-based authorization controls.
访问标志的概念非常类似于基于标签的授权控制。
www.ibm.com
7.
As you can see from Listing 1, the user's access token can be retrieved from token. txt.
如清单1所示,可以从token.txt获得用户的访问令牌。
www.ibm.com
8.
To solve this problem, the example stores the access token in the session from which a Twitter object can be created and authenticated.
为了解决这个问题,将访问令牌存储到会话中,在该会话中将创建一个Twitter对象并进行身份验证。
www.ibm.com
9.
The consumer requests the access token from the service provider with a verifier passed in the previous step.
客户使用上一步传递的验证器从服务提供商请求访问令牌。
www.ibm.com
10.
You can call the ImpersonateLoggedOnUser function to impersonate the security context of a logged-on user's access token .
你可以调用ImpersonateLoggedOnUser函数来模拟一个登陆用户的访问令牌的安全上下文。
blog.sina.com.cn
1.
In a real world application, you will probably save the access token in a database.
在实际应用中,您可能会在数据库中保存访问令牌。
www.ibm.com
2.
The OpenProcessToken function opens the access token associated with a process.
这个函数打开跟一个进程相关的accesstoken。
blog.sina.com.cn
3.
Enumeration type Specifies TOKEN_INFORMATION_CLASS Identifies the type of information being set or retrieved from an access token.
访问令牌函数用下面的枚举类型。
blog.sina.com.cn
4.
NET application, that application runs in the context of the identity whose access token IIS passes to ASP.
NET应用程序启用了模拟,该应用程序将运行在标识上下文中,其访问标记被IIS传递给ASP。
msdn.microsoft.com
5.
Parameter specifies an access mask that identifies the requested types of access to the access token.
参数指定一个访问掩码,该掩码向访问标记标识所请求的访问类型。
msdn2.microsoft.com
6.
The handle of the access token associated with the current execution thread.
与当前执行线程关联的访问标记的句柄。
msdn2.microsoft.com
7.
Defines the privileges of the user account associated with the access token.
定义与访问标记相关联的用户帐户的特权。
msdn2.microsoft.com
8.
The access token is an object that describes the service's security context.
访问令牌是描述服务的安全上下文的对象。
technet.microsoft.com
9.
In this example, the access token is stored in a plain text file for the user. It can be retrieved for future usage.
在本例中,用户的访问令牌以纯文本文件的形式存储,它还可以在将来重用。
www.ibm.com
10.
An access token lists a set of security principals.
访问令牌列表列出了一组安全主体。
technet.microsoft.com
1.
This time, the request token has been authorized and it can be exchanged with Twitter for an access token.
此次已授权了请求令牌并且它可以与Twitter交换以获得访问令牌。
www.ibm.com
2.
Write down the access token and access token secret.
记下访问令牌和访问令牌secret。
www.ibm.com
3.
Specifies the number of groups in the access token.
指定访问符号里的组数。
angel.w15.5tom.cn
4.
To get the second key pair (access token and access token secret), click the My Access Token button that's circled in red in Figure 7.
要获取第二对密钥(访问令牌和访问令牌secret),点击MyAccessToken按钮,它在图7中已经被标记出来了。
www.ibm.com
5.
This is because currently an access token from Twitter does not expire.
这是因为目前Twitter的访问令牌还没有到期。
www.ibm.com
6.
If you are a returning user, you have a better user experience since the access token can be reused.
如果您返回到Twitter,则会获得更好的用户体验,因为访问令牌可以被重用。
www.ibm.com
7.
Notice that in Listing 1, before the Twitter status is updated, the access token is saved by calling the storeAccessToken method.
注意,在清单1中,在更新Twitter状态之前,通过调用storeAccessToken方法存储了访问令牌。
www.ibm.com
8.
All requests need to pass a valid access token.
所有的请求都需要带有有效的访问令牌。
www.infoq.com
9.
If a session doesn't authenticate, the permission groups in the access token remain the same.
如果会话不进行身份验证,访问令牌中的权限组保持不变。
technet.microsoft.com
10.
Research on access token management for HF channel
短波信道接入令牌管理策略的研究
www.ilib.cn
1.
Assigns the access token to the process
为进程分配访问令牌
technet.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/4/23 11:19:26