File size: 275 Bytes
a30f2aa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@startuml userlogout
class APIRouter {
}

class TinyDBHelper {
    +query_token(user_id: string, token: string): bool
    +remove_token_by_value(token: string): void
}

class OAuth2Scheme {
}

APIRouter ..> TinyDBHelper : uses
APIRouter ..> OAuth2Scheme : depends on
@enduml