简体   繁体   中英

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. 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.

Hope This Helps :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM