Skip to content

Interface: AuthHttpClientOptions

Interface: AuthHttpClientOptions

Defined in: auth-server-ts/src/http-clients/auth-http-client.ts:19

Legacy AuthHttpClient kept for back-compat with @vendidit/auth-server-nest.

Talks to the auth-server via the axios-shaped HttpTransportPort. New code: use AuthClient.flows() instead.

Properties

apiPrefix?

optional apiPrefix?: string

Defined in: auth-server-ts/src/http-clients/auth-http-client.ts:21


authServerUrl

authServerUrl: string

Defined in: auth-server-ts/src/http-clients/auth-http-client.ts:20


logger?

optional logger?: LoggerPort

Defined in: auth-server-ts/src/http-clients/auth-http-client.ts:23


transport

transport: HttpTransportPort

Defined in: auth-server-ts/src/http-clients/auth-http-client.ts:22