···330330 // If the flow started with an account identifier (DID or handle), it should be persisted, to verify against the initial token response.
331331 AccountDID *syntax.DID `json:"account_did,omitempty"`
332332333333- // OAuth scope string (space-separated list)
334334- Scope string `json:"scope"`
333333+ // OAuth scope strings
334334+ Scopes []string `json:"scopes"`
335335336336 // unique token in URI format, which will be used by the client in the auth flow redirect
337337 RequestURI string `json:"request_uri"`