Feature Request
Expose scope in CreatedTokens using TokenStorage.save
Description
The scope field returned in TokenServerResponse isn’t included in the CreatedTokens type that TokenStorage.save uses.
This makes it impossible to persist or read the token’s scopes after creation.
Expected Behavior
CreatedTokens should include the scope property from the server response.
Actual Behavior
The scope is present in TokenServerResponse, but missing from CreatedTokens, so it’s not accessible via TokenStorage.
Proposed Solution
Add the scope field to the CreatedTokens interface in api/apis.ts