| 25 | | {{{ |
|---|
| 26 | | {{{ |
|---|
| 27 | | #!plantuml |
|---|
| 28 | | @startuml |
|---|
| 29 | | Alice -> Bob: Authentication Request |
|---|
| 30 | | Bob --> Alice: Authentication Response |
|---|
| 31 | | Alice -> Bob: Another authentication Request |
|---|
| 32 | | Alice <-- Bob: another authentication Response |
|---|
| 33 | | @enduml |
|---|
| 34 | | }}} |
|---|
| 35 | | }}} |
|---|
| 36 | | * should render: [[BR]] |
|---|
| 37 | | [[Image(sequence.PNG)]] |
|---|
| | 25 | {{{ |
|---|
| | 26 | {{{ |
|---|
| | 27 | #!plantuml |
|---|
| | 28 | @startuml |
|---|
| | 29 | Alice -> Bob: Authentication Request |
|---|
| | 30 | Bob --> Alice: Authentication Response |
|---|
| | 31 | Alice -> Bob: Another authentication Request |
|---|
| | 32 | Alice <-- Bob: another authentication Response |
|---|
| | 33 | @enduml |
|---|
| | 34 | }}} |
|---|
| | 35 | }}} |
|---|
| | 36 | [[Image(sequence.PNG)]] |
|---|