fill(with:)
Fills the keychain with the specified items.
Declaration
func fill(with items: [TKTokenKeychainItem])Parameters
- items:
The items to be added to the keychain.
Discussion
All existing items for the token are first removed from the keychain before filling the keychain with items.