Create your PlantUML diagrams directly in your browser!
UML Editor Content @startuml !define AWSPUML https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v14.0/Advanced/ entity Client entity API entity HubIdentityProvider skinparam sequence { LifeLineBorderColor black LifeLineBackgroundColor babyblue ParticipantBorderColor black ParticipantBackgroundColor babyblue ArrowColor black } Client -> API: Request data (with access token) API -> Client: Return data alt Token expires in less than 10 minutes Client -> API: Request token renewal API -> HubIdentityProvider: Request token renewal HubIdentityProvider -> API: New access token and refresh token API -> Client: New access token and refresh token Client -> API: Request data (with new access token) API -> Client: Return data end @enduml
You can enter here a previously generated URL:
previously generated URL