fix: add documentation for many classes where it was missing

This commit is contained in:
Joachim Van Herwegen
2020-06-24 16:27:38 +02:00
parent 39853b0bd0
commit fe11f4b1ce
18 changed files with 62 additions and 2 deletions

View File

@@ -2,6 +2,9 @@ import { Credentials } from './Credentials';
import { CredentialsExtractor } from './CredentialsExtractor';
import { HttpRequest } from '../server/HttpRequest';
/**
* Credentials extractor which simply interprets the contents of the Authorization header as a webID.
*/
export class SimpleCredentialsExtractor extends CredentialsExtractor {
public async canHandle(): Promise<void> {
return undefined;