forked from loafle/openapi-generator-original
Remove NoAuthentication
This commit is contained in:
parent
d8de81b7c6
commit
9705ec9c01
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user