Represents an immutable access token for using Facebook services.Confo dịch - Represents an immutable access token for using Facebook services.Confo Việt làm thế nào để nói

Represents an immutable access toke

Represents an immutable access token for using Facebook services.
Conforms to: FBSDKCopying, NSSecureCoding
Superclass: NSObject
Declared in: FBSDKAccessToken.h
Tính năng
appID
Returns the app ID.
@property (readonly, copy, nonatomic) NSString *appID;
Declared In: FBSDKAccessToken.h
declinedPermissions
Returns the known declined permissions.
@property (readonly, copy, nonatomic) NSSet *declinedPermissions;
Declared In: FBSDKAccessToken.h
expirationDate
Returns the expiration date.
@property (readonly, copy, nonatomic) NSDate *expirationDate;
Declared In: FBSDKAccessToken.h
permissions
Returns the known granted permissions.
@property (readonly, copy, nonatomic) NSSet *permissions;
Declared In: FBSDKAccessToken.h
refreshDate
Returns the date the token was last refreshed.
@property (readonly, copy, nonatomic) NSDate *refreshDate;
Declared In: FBSDKAccessToken.h
tokenString
Returns the opaque token string.
@property (readonly, copy, nonatomic) NSString *tokenString;
Declared In: FBSDKAccessToken.h
userID
Returns the user ID.
@property (readonly, copy, nonatomic) NSString *userID;
Declared In: FBSDKAccessToken.h
Class Methods
currentAccessToken
Returns the "global" access token that represents the currently logged in user.
+ (FBSDKAccessToken *) currentAccessToken;
Discussion:
The currentAccessToken is a convenient representation of the token of the current user and is used by other SDK components (like FBSDKLoginManager).
Declared In: FBSDKAccessToken.h
refreshCurrentAccessToken:
Refresh the current access token's permission state and extend the token's expiration date, if possible.
Thông số Mô Tả
completionHandler
An optional callback handler that can surface any errors related to permission refreshing.
+ (void) refreshCurrentAccessToken:(FBSDKGraphRequestHandler)completionHandler;
Discussion:
On a successful refresh, the currentAccessToken will be updated so you typically only need to observe the FBSDKAccessTokenDidChangeNotification notification. If a token is already expired, it cannot be refreshed.
Declared In: FBSDKAccessToken.h
setCurrentAccessToken:
Sets the "global" access token that represents the currently logged in user.
Thông số Mô Tả
token
The access token to set.
+ (void) setCurrentAccessToken:(FBSDKAccessToken *)token;
Discussion:
This will broadcast a notification and save the token to the app keychain.
Declared In: FBSDKAccessToken.h
Instance Methods
hasGranted:
Convenience getter to determine if a permission has been granted
Thông số Mô Tả
permission
The permission to check.
- (BOOL) hasGranted:(NSString *)permission;
Declared In: FBSDKAccessToken.h
initWithTokenString:permissions:declinedPermissions:appID:userID:expirationDate:refreshDate:
Initializes a new instance.
Thông số Mô Tả
tokenString
The opaque token string.
permissions
The granted permissions. Note this is converted to NSSet and is only an NSArray for the convenience of literal syntax.
declinedPermissions
The declined permissions. Note this is converted to NSSet and is only an NSArray for the convenience of literal syntax.
appID
The app ID.
userID
The user ID.
expirationDate
The optional expiration date (defaults to distantFuture).
refreshDate
The optional date the token was last refreshed (defaults to today).
- (instancetype)
initWithTokenString: (NSString *)tokenString
permissions: (NSArray *)permissions
declinedPermissions: (NSArray *)declinedPermissions
appID: (NSString *)appID
userID: (NSString *)userID
expirationDate: (NSDate *)expirationDate
refreshDate: (NSDate *)refreshDate
NS_DESIGNATED_INITIALIZER;
Discussion:
This initializer should only be used for advanced apps that manage tokens explicitly. Typical login flows only need to use FBSDKLoginManager along with +currentAccessToken.
Declared In: FBSDKAccessToken.h
isEqualToAccessToken:
Compares the receiver to another FBSDKAccessToken
Thông số Mô Tả
token
The other token
- (BOOL) isEqualToAccessToken:(FBSDKAccessToken *)token;
Declared In: FBSDKAccessToken.h
Constants
FBSDKAccessTokenDidChangeNotification
FBSDK_EXTER N NSString *const FBSDKAccessTokenDidChangeNotification;
Discussion:
The userInfo dictionary of the notification will contain keys FBSDKAccessTokenChangeOldKey and FBSDKAccessTokenChangeNewKey.
Declared In: FBSDKAccessToken.h
FBSDKAccessTokenDidChangeUserID
FBSDK_EXTER N NSString *const FBSDKAccessTokenDidChangeUserID;
Discussion:
Token refreshes can occur automatically with the SDK which do not change the user. If you're only interested in user changes (such as logging out), you should check for the existence of this key. The value is a NSNumber with a boolValue. On a fresh start of the app where the SDK reads in the cached value of an access token, this key will also exist since the access token is moving from a null state (no user) to a non-null state (user).
Declared In: FBSDKAccessToken.h
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
Đại diện cho một mã thông báo không thay đổi quyền truy cập sử dụng dịch vụ của Facebook.Phù hợp với: FBSDKCopying, NSSecureCodingSuperclass: NSObjectTuyên bố tại: FBSDKAccessToken.hTính năngappIDTrả về ứng dụng của bạn.@property (readonly, sao chép, nonatomic) NSString * appID;Tuyên bố tại: FBSDKAccessToken.hdeclinedPermissionsTrở về đã bị từ chối quyền được biết đến.@property (readonly, sao chép, nonatomic) NSSet * declinedPermissions;Tuyên bố tại: FBSDKAccessToken.hexpirationDateTrả về ngày hết hạn.@property (readonly, sao chép, nonatomic) NSDate * expirationDate;Tuyên bố tại: FBSDKAccessToken.hcấp phépTrở về được cấp quyền được biết đến.@property (readonly, sao chép, nonatomic) NSSet * quyền;Tuyên bố tại: FBSDKAccessToken.hrefreshDateTrả về ngày kỷ niệm cuối được làm mới.@property (readonly, sao chép, nonatomic) NSDate * refreshDate;Tuyên bố tại: FBSDKAccessToken.htokenStringTrả về chuỗi token đục.@property (readonly, sao chép, nonatomic) NSString * tokenString;Tuyên bố tại: FBSDKAccessToken.hUserTrở lại ID người dùng.@property (readonly, sao chép, nonatomic) NSString * userID;Tuyên bố tại: FBSDKAccessToken.hPhương pháp lớpcurrentAccessTokenTrở về kỷ niệm "toàn cầu" truy cập đại diện cho người sử dụng hiện đang đăng nhập.+ (FBSDKAccessToken *) currentAccessToken;Thảo luận:CurrentAccessToken tiện lợi là một đại diện của mã thông báo của người sử dụng hiện tại và được sử dụng bởi các thành phần khác của SDK (như FBSDKLoginManager).Tuyên bố tại: FBSDKAccessToken.hrefreshCurrentAccessToken:Làm tươi hiện tại access token quyền tiểu bang và kéo dài ngày hết hạn của mã thông báo, nếu có thể.Thông số Mô TảcompletionHandler Một xử lý tùy chọn gọi lại có thể bề mặt bất kỳ lỗi nào liên quan đến quyền làm mới.+ refreshCurrentAccessToken (vô hiệu): (FBSDKGraphRequestHandler) completionHandler;Thảo luận:Ngày làm mới thành công, currentAccessToken sẽ được Cập Nhật nên bạn thường chỉ cần để quan sát thông báo FBSDKAccessTokenDidChangeNotification. Nếu một mã thông báo đã hết hiệu lực, nó không thể được làm mới.Tuyên bố tại: FBSDKAccessToken.hsetCurrentAccessToken:Bộ truy cập "toàn cầu" kỷ niệm đại diện cho người sử dụng hiện đang đăng nhập.Thông số Mô Tảmã thông báo Access token để thiết lập.+ mã thông báo:(FBSDKAccessToken *) setCurrentAccessToken (vô hiệu);Thảo luận:Điều này sẽ phát sóng một thông báo và lưu kỷ niệm app keychain.Tuyên bố tại: FBSDKAccessToken.hTrường hợp các phương pháphasGranted:Getter thuận tiện để xác định nếu một sự cho phép đã được cấpThông số Mô Tảcấp phép Sự cho phép để kiểm tra.-Giấy phép:(NSString *) hasGranted (BOOL);Tuyên bố tại: FBSDKAccessToken.hinitWithTokenString:permissions:declinedPermissions:appID:userID:expirationDate:refreshDate:Khởi một trường hợp mới.Thông số Mô TảtokenString Token chuỗi đục.cấp phép Các quyền được cấp. Lưu ý điều này được chuyển đổi sang NSSet chỉ là một NSArray cho sự tiện lợi của chữ cú pháp.declinedPermissions Quyền bị từ chối. Lưu ý điều này được chuyển đổi sang NSSet chỉ là một NSArray cho sự tiện lợi của chữ cú pháp.appID Ứng dụng của bạn.User ID người dùng.expirationDate Tùy chọn hết hạn (mặc định là distantFuture).refreshDate Tùy chọn ngày kỷ niệm là cuối làm mới (mặc định ngày nay).-(instancetype)initWithTokenString: (NSString *) tokenStringcho phép: (NSArray *) cấp phépdeclinedPermissions: (NSArray *) declinedPermissionsappID: (NSString *) appIDUser: (NSString *) userIDexpirationDate: (NSDate *) expirationDaterefreshDate: (NSDate *) refreshDateNS_DESIGNATED_INITIALIZER;Thảo luận:Initializer này chỉ nên được sử dụng cho các ứng dụng tiên tiến quản lý thẻ một cách rõ ràng. Điển hình đăng nhập dòng chảy chỉ cần sử dụng FBSDKLoginManager cùng với + currentAccessToken.Tuyên bố tại: FBSDKAccessToken.hisEqualToAccessToken:So sánh nhận đến một FBSDKAccessTokenThông số Mô Tảmã thông báo Thẻ khác-Mã thông báo:(FBSDKAccessToken *) isEqualToAccessToken (BOOL);Tuyên bố tại: FBSDKAccessToken.hHằng sốFBSDKAccessTokenDidChangeNotificationFBSDK_EXTER N NSString * const FBSDKAccessTokenDidChangeNotification;Thảo luận:Từ điển userInfo thông báo sẽ chứa các phím FBSDKAccessTokenChangeOldKey và FBSDKAccessTokenChangeNewKey.Tuyên bố tại: FBSDKAccessToken.hFBSDKAccessTokenDidChangeUserIDFBSDK_EXTER N NSString * const FBSDKAccessTokenDidChangeUserID;Thảo luận:Token làm mới có thể xảy ra tự động với SDK mà không thay đổi cho người dùng. Nếu bạn chỉ quan tâm đến người dùng thay đổi (chẳng hạn như đăng xuất), bạn nên kiểm tra sự tồn tại của phím này. Giá trị là một NSNumber với một boolValue. Ngày một khởi đầu mới của các ứng dụng mà SDK đọc giá trị được lưu trữ trong một mã thông báo truy cập, phím này sẽ tồn tại kể từ khi access token là di chuyển từ trạng thái vô (không dùng) đến một nhà nước null (người dùng).Tuyên bố tại: FBSDKAccessToken.h
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
. Đại diện cho một thẻ truy cập bất biến để sử dụng dịch vụ Facebook
Tuân thủ: FBSDKCopying, NSSecureCoding
SuperClass: NSObject
khai báo trong: FBSDKAccessToken.h
Tính năng
APPID
. Trả về ID ứng dụng
@property (chỉ đọc, sao chép, nonatomic) NSString * APPID;
Tuyên Trong: FBSDKAccessToken h
declinedPermissions
Trả lại tiếng đã từ chối quyền truy cập.
@property (chỉ đọc, sao chép, nonatomic) NSSet * declinedPermissions;
Tuyên Trong: FBSDKAccessToken.h
ExpirationDate
. Trả về ngày hết hạn
@property (chỉ đọc, sao chép, nonatomic) NSDate * ExpirationDate;
Tuyên Trong: FBSDKAccessToken.h
quyền
Trả lại quyền được cấp biết.
@property (chỉ đọc, sao chép, nonatomic) NSSet * quyền;
Tuyên Trong: FBSDKAccessToken.h
refreshDate
Trả về ngày token lần cuối làm mới.
@property (chỉ đọc, sao chép, nonatomic) NSDate * refreshDate;
Tuyên Trong: FBSDKAccessToken.h
tokenString
. Trả về chuỗi thẻ đục
@property (chỉ đọc, sao chép, nonatomic) NSString * tokenString;
Tuyên Trong: FBSDKAccessToken.h
userID
. Trả về ID người dùng
@property (chỉ đọc, sao chép, nonatomic) NSString * userID;
Tuyên trong: FBSDKAccessToken.h
Lớp Phương pháp
currentAccessToken
. Trả về thẻ truy cập "toàn cầu", đại diện cho hiện đăng nhập người dùng
+ (FBSDKAccessToken *) currentAccessToken;
Thảo luận:
các currentAccessToken là một đại diện thuận tiện của các dấu hiệu của người dùng hiện hành và được sử dụng bởi các thành phần khác SDK (như FBSDKLoginManager).
Tuyên bố Năm: FBSDKAccessToken.h
refreshCurrentAccessToken:
. Làm mới nhà nước cho phép access token hiện tại và gia hạn ngày hết hạn của thẻ, nếu có thể
Mô Tả Thông số
completionHandler
Một xử lý gọi lại tùy chọn có thể bề mặt bất kỳ lỗi nào liên quan đến sự cho phép làm mới.
+ (void) refreshCurrentAccessToken: (FBSDKGraphRequestHandler) completionHandler;
Thảo luận:
Ngày làm mới thành công, currentAccessToken sẽ được cập nhật để bạn thường chỉ cần quan sát các thông báo FBSDKAccessTokenDidChangeNotification. Nếu một mã thông báo là đã hết hạn, nó không thể được làm mới.
Tuyên bố Năm: FBSDKAccessToken.h
setCurrentAccessToken:
Thiết lập các thẻ truy cập "toàn cầu", đại diện cho hiện đang đăng nhập người dùng.
Thông số Mô Tả
mã thông báo
Các mã thông báo truy cập vào thiết lập.
+ (Void) setCurrentAccessToken: (FBSDKAccessToken *) token;
Thảo luận:
Điều này sẽ phát sóng một thông báo và lưu token để keychain ứng dụng.
Tuyên bố Năm: FBSDKAccessToken.h
Instance Phương pháp
hasGranted:
getter Thuận tiện để xác định xem một sự cho phép đã được cấp
Thông số Mô Tả
phép
các . sự cho phép để kiểm tra
- (BOOL) hasGranted: (NSString *) cho phép;
Tuyên Trong: FBSDKAccessToken.h
initWithTokenString: quyền: declinedPermissions: APPID: userID: ExpirationDate: refreshDate:
Khởi tạo một thể hiện mới.
Thông số Mô Tả
tokenString
chuỗi thẻ đục .
quyền
Các quyền được cấp. Lưu ý này được chuyển đổi để NSSet và chỉ một NSArray cho sự tiện lợi của cú pháp chữ.
DeclinedPermissions
đã từ chối quyền truy cập. Lưu ý này được chuyển đổi để NSSet và chỉ một NSArray cho sự tiện lợi của cú pháp chữ.
APPID
ID ứng dụng.
UserID
ID người dùng.
ExpirationDate
Ngày hết hạn tùy chọn (mặc định là distantFuture).
RefreshDate
Ngày tùy chọn token đã được làm mới cuối cùng (mặc định đến ngày hôm nay).
- (instancetype)
initWithTokenString: (NSString *) tokenString
quyền: (NSArray *) quyền
declinedPermissions: (NSArray *) declinedPermissions
APPID: (NSString *) APPID
userID: (NSString *) userID
ExpirationDate: (NSDate *) ExpirationDate
refreshDate: (NSDate *) refreshDate
NS_DESIGNATED_INITIALIZER;
Thảo luận:
khởi tạo này chỉ nên được sử dụng cho các ứng dụng tiên tiến quản lý thẻ một cách rõ ràng. Đăng nhập điển hình dòng chỉ cần sử dụng FBSDKLoginManager cùng với + currentAccessToken.
Tuyên bố Năm: FBSDKAccessToken.h
isEqualToAccessToken:
So sánh các receiver khác FBSDKAccessToken
Thông số Mô Tả
mã thông báo
Các mã thông báo khác
- (BOOL) isEqualToAccessToken: (FBSDKAccessToken *) token;
Tuyên Trong: FBSDKAccessToken.h
hằng
FBSDKAccessTokenDidChangeNotification
FBSDK_EXTER N NSString * const FBSDKAccessTokenDidChangeNotification;
Thảo luận:
. từ điển UserInfo được thông báo sẽ chứa các phím FBSDKAccessTokenChangeOldKey và FBSDKAccessTokenChangeNewKey
Tuyên trong: FBSDKAccessToken.h
FBSDKAccessTokenDidChangeUserID
FBSDK_EXTER N NSString * const FBSDKAccessTokenDidChangeUserID;
Thảo luận:
làm mới token có thể xảy ra tự động với SDK mà không thay đổi người sử dụng. Nếu bạn chỉ quan tâm đến những thay đổi người sử dụng (chẳng hạn như đăng xuất), bạn nên kiểm tra sự tồn tại của các phím này. Giá trị là một NSNumber với một boolValue. Trên một khởi đầu mới của ứng dụng mà SDK đọc trong giá trị cache của một thẻ truy cập, phím này cũng sẽ tồn tại kể từ khi các thẻ truy cập được di chuyển từ một trạng thái null (không sử dụng) vào một trạng thái không null (người sử dụng).
Khai báo trong: FBSDKAccessToken.h
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2024 I Love Translation. All reserved.

E-mail: