Package io.token.sdk.api.service
Interface AccountLinkingService
-
- All Known Implementing Classes:
NoopAccountLinkingService
public interface AccountLinkingService
Implemented by a bank to support Token integration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.token.proto.banklink.Banklink.BankAuthorization
getBankAuthorization(java.lang.String accessToken)
Exchanges OAuth Implicit Grant access token for bank authorization payload.
-