Skip to content

Commit f829300

Browse files
committed
Update access level for some methods that will soon be in WordPressData
1 parent cd3eb73 commit f829300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/Models/Blog/Blog+SelfHosted.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extension Blog {
5252

5353
/// Retrieve Application Tokens
5454
///
55-
func getApplicationToken(using keychainImplementation: KeychainAccessible = KeychainUtils()) throws -> String {
55+
public func getApplicationToken(using keychainImplementation: KeychainAccessible = KeychainUtils()) throws -> String {
5656
try keychainImplementation.getPassword(for: self.getUsername(), serviceName: self.getUrlString())
5757
}
5858

0 commit comments

Comments
 (0)