Updated on 2026-08-14
This commit is contained in:
parent
82dcb31881
commit
a079caac11
5 changed files with 36 additions and 1 deletions
|
|
@ -18,4 +18,6 @@ interface VisaAuthRepository {
|
|||
suspend fun getAccessTokens(signedChallenge: VisaAuthSignedChallenge): Either<VisaApiError, VisaAuthTokens>
|
||||
|
||||
suspend fun refreshAccessTokens(refreshToken: VisaAuthTokens.RefreshToken): Either<VisaApiError, VisaAuthTokens>
|
||||
|
||||
suspend fun exchangeAccessToken(tokens: VisaAuthTokens): Either<VisaApiError, VisaAuthTokens>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue