()
| 10 | const WWW_AUTHENTICATE = 'Basic realm="Secure Area"' |
| 11 | |
| 12 | function emptyCredential() { |
| 13 | return { username: "", password: Redacted.make("") } |
| 14 | } |
| 15 | |
| 16 | function decodeCredential(input: string) { |
| 17 | return Effect.fromResult(Encoding.decodeBase64String(input)).pipe( |
no test coverage detected