File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
app/src/main/java/ca/bc/gov/mobileauthenticationandroidexample Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ Calling refreshToken:
131131``` kotlin
132132client?.refreshToken(object : MobileAuthenticationClient .TokenCallback {
133133 override fun onError (throwable : Throwable ) {
134- Log .e(tag, throwable.message)
135134 when (throwable) {
136135 is RefreshExpiredException -> {
137136 Log .e(tag, " Refresh token is expired. Please re-authenticate." )
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ class MainActivity : AppCompatActivity() {
7676 private fun refreshToken () {
7777 client?.refreshToken(object : MobileAuthenticationClient .TokenCallback {
7878 override fun onError (throwable : Throwable ) {
79- Log .e(tag, throwable.message)
8079 when (throwable) {
8180 is RefreshExpiredException -> {
8281 Log .e(tag, " Refresh token is expired. Please re-authenticate." )
You can’t perform that action at this time.
0 commit comments