Uses Keychain.patreonAccountID to fetch current user’s PatreonAccount

Allows us to distinguish between the current user and other cached patrons in the future.
This commit is contained in:
Riley Testut
2022-04-14 16:37:29 -07:00
parent 1f7c089c70
commit 8ddeb7f9fb
3 changed files with 23 additions and 5 deletions

View File

@@ -74,6 +74,9 @@ public class Keychain
@KeychainItem(key: "patreonCreatorAccessToken")
public var patreonCreatorAccessToken: String?
@KeychainItem(key: "patreonAccountID")
public var patreonAccountID: String?
private init()
{
}