Updated on 2026-08-14
This commit is contained in:
parent
244f9bc61d
commit
62d0a771d9
9 changed files with 34 additions and 38 deletions
|
|
@ -2,8 +2,6 @@ package com.tangem.lib.auth
|
|||
|
||||
interface ExpressAuthProvider {
|
||||
|
||||
fun getApiKey(): String
|
||||
|
||||
fun getUserId(): String
|
||||
|
||||
fun getSessionId(): String
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
package com.tangem.lib.auth.sessionId
|
||||
|
||||
interface ExpressSessionIdGenerator {
|
||||
|
||||
fun generateNewSessionId()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue