plaid-java icon indicating copy to clipboard operation
plaid-java copied to clipboard

Add configurable interceptor for clientId, secret, and baseUrl

Open codymikol opened this issue 4 years ago • 1 comments

It would be useful for applications that are configurable at runtime to set the clientId, secret, and baseUrl via lambdas

val plaidClient = PlaidClient.newBuilder() .client(plaidCache::getClient) .secret(plaidCache::getSecret) .baseUrl(plaidCache::getBaseUrl) .build()

codymikol avatar May 05 '21 20:05 codymikol

@stephenjayakar does this get fixed by the beta?

phoenixy1 avatar May 11 '21 00:05 phoenixy1