Class AppAuthOperations

java.lang.Object
app.ductape.sdk.apps.AppAuthOperations

public final class AppAuthOperations extends Object
TS parity: Ductape.auths — auth/credential CRUD for an app, backed by the same appApi.updateApp(appId, { component: 'auth', action, ...data }) dispatch used by AppCatalogOperations/AppEnvironmentOperations. See app.service.ts createAuth/updateAuth/fetchAuths/fetchAuth.

TS additionally runs tokens.{body,headers,params,query} through InputsService to attach a parsed sample/data shape before sending. The Java SDK has no InputsService equivalent anywhere (verified: no other app/env/action CRUD method in this SDK performs that parsing either), so this mirrors the rest of the Java SDK's simplification and forwards tokens as given.