auth/auth_parse library

Functions

determineAuthType(Map<String, String> authHeaders) AuthType
Determine the type of auth based on authHeaders.
parseAuthStr(dynamic auth) Future<Tuple2<Map<String, String>, String?>>
Returns parsed header Map based on auth, optionally path to file if auth was a path to a file.