sequence-diagram-text-to-signup-retrieve-users-identity-info
sequenceDiagram
box Customer
participant S as Server
participant C as Client
end
actor U as User
participant V as Verified
V -->> C: Redirect user to customer
note left of S: 1. Parse redirect URL.
C ->> C: Parse identityUuid from URL parameter
note left of S: 2. Get verification.
C ->>+ S: Call server with identityUuid
S ->>+ V: Call GET /1-click with identityUuid
V -->>- S: Return 1ClickEntity
note left of S: 3. Use data.
S ->> S: Use credentials and metadata