Updated on 2026-08-14
This commit is contained in:
parent
c849c203b1
commit
7ab5f7b547
23 changed files with 762 additions and 17 deletions
|
|
@ -1,12 +0,0 @@
|
|||
package com.tangem.lib.auth
|
||||
|
||||
/**
|
||||
* Provides auth for tangemTech API
|
||||
*/
|
||||
interface AuthBearerProvider {
|
||||
|
||||
/**
|
||||
* Returns api-key
|
||||
*/
|
||||
fun getApiKey(): String
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
package com.tangem.lib.auth
|
||||
|
||||
interface StakeKitAuthProvider {
|
||||
|
||||
fun getApiKey(): String
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue