1 parent 6a3e060 commit 0ce9260Copy full SHA for 0ce9260
1 file changed
Sources/Twift.swift
@@ -35,6 +35,8 @@ public class Twift: NSObject, ObservableObject {
35
}
36
37
/// Initialises an instance with App-Only Bearer Token authentication
38
+ /// - Parameters:
39
+ /// - appOnlyBearerToken: The App-Only Bearer Token issued by Twitter for authenticating requests
40
public convenience init(appOnlyBearerToken: String) {
41
self.init(.appOnly(bearerToken: appOnlyBearerToken))
42
0 commit comments