11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
|
@startuml
|
||
|
!include ../puml/core.puml
|
||
|
|
||
|
autonumber
|
||
|
|
||
|
张三 -> Bob: Authentication Request
|
||
|
Bob --> 张三: Authentication Response
|
||
|
|
||
|
张三 -> Bob: Another authentication Request
|
||
|
张三 <-- Bob: another authentication Response
|
||
|
@enduml
|