Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-25 13:21:14 +04:00
parent e606dd474d
commit 23eeb6de60
13 changed files with 18 additions and 19 deletions

View file

@ -1,5 +0,0 @@
package com.tangem.lib.auth
interface ExpressAuthProvider {
fun getSessionId(): String
}

View file

@ -1,6 +0,0 @@
package com.tangem.lib.auth
interface P2PEthPoolAuthProvider {
fun getApiKey(): String
}

View file

@ -1,6 +0,0 @@
package com.tangem.lib.auth
interface StakeKitAuthProvider {
fun getApiKey(): String
}