Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-13 20:00:57 +03:00
parent 244f9bc61d
commit 62d0a771d9
9 changed files with 34 additions and 38 deletions

View file

@ -2,8 +2,6 @@ package com.tangem.lib.auth
interface ExpressAuthProvider {
fun getApiKey(): String
fun getUserId(): String
fun getSessionId(): String

View file

@ -1,6 +0,0 @@
package com.tangem.lib.auth.sessionId
interface ExpressSessionIdGenerator {
fun generateNewSessionId()
}