Files
plantUML/oms-ddc/oms-ddc.puml
2025-12-19 12:44:56 +03:00

11 lines
238 B
Plaintext

@startuml
'https://plantuml.com/sequence-diagram
autonumber
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml