forked from loafle/openapi-generator-original
Remove NoAuthentication
This commit is contained in:
@@ -30,21 +30,6 @@ export abstract class SecurityAuthentication {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Applies no authentication.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
export class NoAuthentication extends SecurityAuthentication {
|
|
||||||
|
|
||||||
public constructor() {
|
|
||||||
super("_no_auth");
|
|
||||||
}
|
|
||||||
|
|
||||||
public applySecurityAuthentication(_context: RequestContext) {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Applies an api key to the request context.
|
* Applies an api key to the request context.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user