Skip to content

Commit

Permalink
Expose ClientId and ClientSecret
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyEv committed Mar 24, 2023
1 parent 4e186a2 commit ebb4576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Bank/TrueLayer/Auth.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ module Bank.TrueLayer.Auth
, OAuth2
, ExchangeToken
, Env(..)
, ClientId(..)
, ClientSecret(..)
) where

import Data.Bifunctor ( bimap )
Expand Down

0 comments on commit ebb4576

Please sign in to comment.