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