Updated on 2026-08-14
This commit is contained in:
parent
ee722c5f46
commit
67a245a19c
18 changed files with 296 additions and 60 deletions
12
libs/auth/src/main/java/com/tangem/lib/auth/AuthProvider.kt
Normal file
12
libs/auth/src/main/java/com/tangem/lib/auth/AuthProvider.kt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package com.tangem.lib.auth
|
||||
|
||||
/**
|
||||
* Provides auth for tangemTech API
|
||||
*/
|
||||
interface AuthProvider {
|
||||
|
||||
/**
|
||||
* Returns authToken for tangem tech api
|
||||
*/
|
||||
fun getAuthToken(): String
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue