Skip to content

Commit 9cffb9c

Browse files
committed
settoken added to refresh token func
1 parent 388817a commit 9cffb9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

passage/src/main/java/id/passage/android/PassageTokenStore.kt

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class PassageTokenStore(
9393
} catch (e: Exception) {
9494
throw PassageTokenException.convert(e)
9595
}
96+
setTokens(apiAuthResult)
9697
return apiAuthResult
9798
}
9899

0 commit comments

Comments
 (0)