fix(types): externalRestApiTypes accessToken 중복 식별자 제거 — OAuth2 섹션과 통합
Build and Push Images / build-and-push (push) Has been cancelled
Build and Push Images / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -50,10 +50,11 @@ export interface ExternalRestApiConnection {
|
||||
dbHeaderTemplate?: string;
|
||||
|
||||
// Wehago / Amaranth (RPS ERP) — 매 요청 HMAC-SHA256 서명
|
||||
// accessToken 은 위 OAuth2 섹션과 공유 (둘 다 Bearer-style 토큰)
|
||||
callerName?: string;
|
||||
accessToken?: string;
|
||||
hashKey?: string;
|
||||
groupSeq?: string;
|
||||
aesKey?: string;
|
||||
};
|
||||
timeout?: number;
|
||||
retry_count?: number;
|
||||
|
||||
Reference in New Issue
Block a user