lpw
2022-02-15 2e29a3a585524a054640bb6e7bdf26fe77ba1f17
commit | author | age
2e29a3 1 ✨)8,@­ð
L 2 ¤P ¬P
3 ¿@
4 ¯0
5 ¿ 
6 ¬ð
7 £°
8 A²ÐŒÂ+¸-ÈÂ+°Â/ˆ+¼Â(¬ÂC´B)ÐB(B(ÐB(<0B+¼)Ô+”Â/¸B(´B)<-„‚,œB)ÐÂA Í(¼B+´B)¸-ü‚(°Â+ŒÂ*<8)”Â(°Â/ŒÂ+´B+”‚+ÐÂ,<0Â)ÈÂ+Ô,ü‚+„B+”Â,    % #Tf€À 0"¤´¢Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55)lFBSDKLoginKitžarmv7-apple-ios10.0…Ù2 JÀ¨~#ö[¡KÍs:So17FBSDKLoginManagerC0A3KitE15defaultAudienceABSo012FBSDKDefaultE0V_tcfc'Initialize an instance of LoginManager.Ž/**
9    Initialize an instance of `LoginManager.`
10
11    - parameter defaultAudience: Optional default audience to use. Default: `.Friends`.
12    */åú„Gqs:13FBSDKLoginKit11LoginResultO(Describes the result of a login attempt.1/**
13  Describes the result of a login attempt.
14  */GÛi$As:13FBSDKLoginKit16LoginResultBlockaLogin Result Block/// Login Result Block
15 ËDk8`s:So16FBSDKLoginButtonC0A3KitE5frame11permissionsABSo6CGRectV_Say09FBSDKCoreC010PermissionOGtcfcJCreate a new LoginButton with a given optional frame and read permissions./**
16    Create a new `LoginButton` with a given optional frame and read permissions.
17
18    - Parameter frame: Optional frame to initialize with. Default: `nil`, which uses a default size for the button.
19    - Parameter permissions: Array of read permissions to request when logging in.
20    */É.£`s:So23FBSDKLoginConfigurationC0A3KitE11permissions8tracking5nonce15messengerPageId8authTypeABSgShy09FBSDKCoreC010PermissionOG_So0A8TrackingVS2SSgSo0a4AuthK0aSgtcfcUAttempts to allocate and initialize a new configuration with the expected parameters.ó/**
21    Attempts to allocate and initialize a new configuration with the expected parameters.
22
23    - parameter permissions: The requested permissions for the login attempt.
24    Defaults to an empty `Permission` array.
25    - parameter tracking: The tracking preference to use for a login attempt. Defaults to `.enabled`
26    - parameter nonce: An optional nonce to use for the login attempt.
27     A valid nonce must be an alphanumeric string without whitespace.
28     Creation of the configuration will fail if the nonce is invalid. Defaults to a `UUID` string.
29    - parameter messengerPageId: An optional page id to use for a login attempt. Defaults to `nil`
30    - parameter authType: An optional auth type to use for a login attempt. Defaults to `.rerequest`
31    */àqhÅs:13FBSDKLoginKit11LoginResultO7successyACShy09FBSDKCoreB010PermissionOG_AHSo16FBSDKAccessTokenCSgtcACmFTUser succesfully logged in. Contains granted, declined permissions and access token.Y/// User succesfully logged in. Contains granted, declined permissions and access token.
32 /š»œOs:e:s:So17FBSDKLoginManagerC0A3KitE15defaultAudienceABSo012FBSDKDefaultE0V_tcfcÈThis class provides methods for logging the user in and out. It works directly with AccessToken.current and sets the â€œcurrent” token upon successful authorizations (or sets nil in case of logOut)."/**
33  This class provides methods for logging the user in and out.
34  It works directly with `AccessToken.current` and
35  sets the "current" token upon successful authorizations (or sets `nil` in case of `logOut`).
36
37  You should check `AccessToken.current` before calling `logIn()` to see if there is
38  a cached token available (typically in your `viewDidLoad`).
39
40  If you are managing your own token instances outside of `AccessToken.current`, you will need to set
41  `current` before calling `logIn()` to authorize further permissions on your tokens.
42  */ôÙlˉs:So17FBSDKLoginManagerC0A3KitE5logIn14viewController13configuration10completionySo06UIViewG0CSg_So0A13ConfigurationCyAC11LoginResultOctF6Logs the user in or authorizes additional permissions.Ë/**
43    Logs the user in or authorizes additional permissions.
44
45    Use this method when asking for permissions. You should only ask for permissions when they
46    are needed and the value should be explained to the user. You can inspect the result's `declinedPermissions` to also
47    provide more information to the user if they decline permissions.
48
49    This method will present a UI to the user. To reduce unnecessary app switching, you should typically check if
50    `AccessToken.current` already contains the permissions you need. If it does, you probably
51    do not need to call this method.
52
53    You can only perform one login call at a time. Calling a login method before the completion handler is called
54    on a previous login will result in an error.
55
56    - parameter viewController: Optional view controller to present from. Default: topmost view controller.
57    - parameter configuration the login configuration to use.
58    - parameter completion: Optional callback.
59    */Wè …d£s:e:s:So16FBSDKLoginButtonC0A3KitE5frame11permissionsABSo6CGRectV_Say09FBSDKCoreC010PermissionOGtcfc>A button that initiates a log in or log out flow upon tapping.M/**
60  A button that initiates a log in or log out flow upon tapping.
61
62  `LoginButton` works with `AccessToken.current` to determine what to display,
63  and automatically starts authentication when tapped (i.e., you do not need to manually subscribe action targets).
64
65  Like `LoginManager`, you should make sure your app delegate is connected to `ApplicationDelegate`
66  in order for the button's delegate to receive messages.
67
68  `LoginButton` has a fixed height of @c 30 pixels, but you may change the width.
69  Initializing the button with `nil` frame will size the button to its minimum frame.
70  */Á´Ê7Gs:13FBSDKLoginKit11LoginResultO6failedyACs5Error_pcACmFLogin attempt failed./// Login attempt failed.
71 {mEï“/s:So17FBSDKLoginManagerC0A3KitE5logIn11permissions14viewController10completionySay09FBSDKCoreC010PermissionOG_So06UIViewH0CSgyAC11LoginResultOcSgtF6Logs the user in or authorizes additional permissions.á/**
72    Logs the user in or authorizes additional permissions.
73
74    Use this method when asking for permissions. You should only ask for permissions when they
75    are needed and the value should be explained to the user. You can inspect the result's `declinedPermissions` to also
76    provide more information to the user if they decline permissions.
77
78    This method will present a UI to the user. To reduce unnecessary app switching, you should typically check if
79    `AccessToken.current` already contains the permissions you need. If it does, you probably
80    do not need to call this method.
81
82    You can only perform one login call at a time. Calling a login method before the completion handler is called
83    on a previous login will result in an error.
84
85    - parameter permissions: Array of read permissions. Default: `[.PublicProfile]`
86    - parameter viewController: Optional view controller to present from. Default: topmost view controller.
87    - parameter completion: Optional callback.
88    */»%>?j®s:So17FBSDKLoginManagerC0A3KitE5logIn13configuration10completionySo0A13ConfigurationC_yAC11LoginResultOctF6Logs the user in or authorizes additional permissions.`/**
89    Logs the user in or authorizes additional permissions.
90
91    Use this method when asking for permissions. You should only ask for permissions when they
92    are needed and the value should be explained to the user. You can inspect the result's `declinedPermissions` to also
93    provide more information to the user if they decline permissions.
94
95    This method will present a UI to the user. To reduce unnecessary app switching, you should typically check if
96    `AccessToken.current` already contains the permissions you need. If it does, you probably
97    do not need to call this method.
98
99    You can only perform one login call at a time. Calling a login method before the completion handler is called
100    on a previous login will result in an error.
101
102    - parameter configuration the login configuration to use.
103    - parameter completion: Optional callback.
104    */    Û1)/ms:13FBSDKLoginKit11LoginResultO9cancelledyA2CmF(Login attempt was cancelled by the user.-/// Login attempt was cancelled by the user.
105   *È;*t    Ó ƒ˜$"
106 h!