Updated on 2026-08-14
This commit is contained in:
parent
fe8d2719a3
commit
e40ce860a4
12 changed files with 106 additions and 13 deletions
|
|
@ -0,0 +1,10 @@
|
|||
package com.tangem.lib.auth
|
||||
|
||||
interface ExpressAuthProvider {
|
||||
|
||||
fun getApiKey(): String
|
||||
|
||||
fun getUserId(): String
|
||||
|
||||
fun getSessionId(): String
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
package com.tangem.lib.auth.sessionId
|
||||
|
||||
interface ExpressSessionIdGenerator {
|
||||
|
||||
fun generateNewSessionId()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue