简体   繁体   English

令牌在Android类中指的是什么?

[英]What does a Token refer to in Android Classes?

当有人在类中提到令牌或方法需要将令牌传递给令牌时,有人可以解释一下令牌是什么吗?

Token in android class is basically an access token returned by the service(Such as chat), along with associated metadata such as its expiration date and permissions. android类中的令牌基本上是服务返回的访问令牌(例如chat),以及相关的元数据,例如其到期日期和权限。 In general, the Session class will abstract away the need to worry about the details of an access token, but there are situations (such as handling native links, importing previously-obtained access tokens, etc.) where it is useful to deal with access tokens directly. 通常,Session类会抽象出不必担心访问令牌的详细信息,但在某些情况下(例如处理本机链接,导入先前获得的访问令牌等),对处理访问很有用直接标记。

Hope This Helps :) 希望这可以帮助 :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android checkSelfPermission() 中的“this”指的是什么? - What does "this" refer to in Android checkSelfPermission()? Android中的“支持”指的是什么? - What does "support" refer to in Android? Android:此警告消息引用了什么? - (WebCore) - Android: What does this warning message refer to? - (WebCore) Android中classname.class指的是什么? - What does classname.class refer to in Android? setNavigationItemSelectedListener(this) 中的“this”指的是什么 - What does “this” refer to in setNavigationItemSelectedListener(this) Android MediaPlayer音频会话ID指的是什么? - What does the Android MediaPlayer audio session ID refer to? Android N(预览版)在“构建目标”下指的是什么 - What does Android N (Preview) refer to under “Build target” android:layout_width和layout_height指的是什么? 它包括保证金吗? - What is it that android:layout_width and layout_height refer to? Does it include the margin? “mplaceholder”在android开发人员“处理UI线程中的位图”中引用了什么? - What does “mplaceholder” refer to in android developer “Processing Bitmaps Off the UI Thread”? onActivityResult中的requestCode和resultCode指的是什么? - What does requestCode and resultCode in onActivityResult refer to?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM