Text to Diagrams
Input
Output
Reference Link
Example
1
2
3
4
5
6
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
Use in ChatGPT
Please generate a sequence diagram of Oauth
AI
Here is the sequence diagram of OAuth that you requested: View OAuth Sequence Diagram.