fix(macos): fix oauth base64 helper visibility
This commit is contained in:
@@ -175,7 +175,7 @@ enum PiOAuthStore {
|
||||
}
|
||||
|
||||
extension Data {
|
||||
private func base64URLEncodedString() -> String {
|
||||
fileprivate func base64URLEncodedString() -> String {
|
||||
self.base64EncodedString()
|
||||
.replacingOccurrences(of: "+", with: "-")
|
||||
.replacingOccurrences(of: "/", with: "_")
|
||||
|
||||
Reference in New Issue
Block a user