-
Notifications
You must be signed in to change notification settings - Fork 103
Requirements AzureCore
Colby Williams edited this page Mar 9, 2018
·
2 revisions
- Secure Storage (Keychain/Keystore)
- Preferences (UserDefaults/Preferences)
- Reachability
- Logging
- Encoding (HmacSHA256)
- User Agent
- Base Errors
Secure storage of tokens/secrets/etc. and possibly the ability to share those across SDKs.
Utilities to support things like
Unified API for all logging across all SDKs. All SDKs must use these logging functions for any info, warning, debug, error, etc. messages. This will simplify testing and validating we're not logging any information we shouldn't be.
- Error
- Warning
- Info (verbose)
- Debug?
- Flag for enabling logging level