Skip to content

Commit

Permalink
refactor: Amend AppChecker to be fun inetrface
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaMihaila committed Nov 6, 2024
1 parent d580c6c commit 0b60f01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package uk.gov.android.authentication.integrity.appcheck

import uk.gov.android.authentication.integrity.model.AppCheckToken

interface AppChecker {
fun interface AppChecker {
suspend fun getAppCheckToken(): Result<AppCheckToken>
}

0 comments on commit 0b60f01

Please sign in to comment.