Deprecate method
This commit is contained in:
@@ -31,6 +31,7 @@ public abstract class AbstractCustomAuth implements CustomAuth {
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
@Override
|
||||
public Mono<ApiConfigService.Access> auth(ServerWebExchange exchange, String appId, String ip, String timestamp, String sign, App fizzAppConfig) {
|
||||
throw Utils.runtimeExceptionWithoutStack("don't implement me!");
|
||||
|
||||
@@ -33,5 +33,6 @@ public interface CustomAuth {
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
Mono<ApiConfigService.Access> auth(ServerWebExchange exchange, String appId, String ip, String timestamp, String sign, App fizzAppConfig);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user