Updated on 2026-08-14
This commit is contained in:
parent
e606dd474d
commit
23eeb6de60
13 changed files with 18 additions and 19 deletions
|
|
@ -1,5 +0,0 @@
|
|||
package com.tangem.lib.auth
|
||||
|
||||
interface ExpressAuthProvider {
|
||||
fun getSessionId(): String
|
||||
}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
package com.tangem.lib.auth
|
||||
|
||||
interface P2PEthPoolAuthProvider {
|
||||
|
||||
fun getApiKey(): String
|
||||
}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
package com.tangem.lib.auth
|
||||
|
||||
interface StakeKitAuthProvider {
|
||||
|
||||
fun getApiKey(): String
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue