google / GTMAppAuth

Apple platforms SDK for using AppAuth with Google libraries.
Apache License 2.0
379 stars 198 forks source link

Move unused error from AuthSession to KeychainStore #212

Closed mdmathias closed 1 year ago

mdmathias commented 1 year ago

This PR moves .failedToConvertKeychainDataToAuthSession from AuthSession.Error to KeychainStore.Error, uses it in the latter, and also renames some tests in KeychainStoreTests to better match method names.