mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 20:37:06 +00:00
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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user