We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2180617 commit 2f7c21cCopy full SHA for 2f7c21c
README.md
@@ -31,7 +31,7 @@ logger.logLevel = .debug
31
/// Create your HTTPClient (or pass in one you already have)
32
let httpClient = HTTPClient(eventLoopGroupProvider: .shared(group))
33
34
-/// Create your `AuthentictionConfig`
+/// Create your `APNSwiftConfiguration.Authentication`
35
let authenticationConfig: APNSwiftConfiguration.Authentication = .init(
36
privateKey: try .loadFrom(filePath: "/Users/kylebrowning/Documents/AuthKey_9UC9ZLQ8YW.p8"),
37
teamIdentifier: "ABBM6U9RM5",
0 commit comments