- 
                Notifications
    You must be signed in to change notification settings 
- Fork 22
Open
Labels
good-first-issueIssues that are easy to fix for new team members or external contributorsIssues that are easy to fix for new team members or external contributorssquad/flytIssues that belongs to the named squad.Issues that belongs to the named squad.
Description
Description
IDataClient recently implemented a new optional authentication override.
This same methodology should be implemented in IInstanceClient.
Tasks
-  Add optional StorageAuthenticationMethodandCancellationTokenparameters to all applicable methods onIInstanceClient
-  Default/undefined usage should resolve to StorageAuthenticationMethod.CurrentUser
-  Inject IAuthenticationTokenResolverand use this for JwtToken resolution (example)
- Update unit tests to observe that correct tokens are used in the various scenarios. This can be a bit tedious, and borrowin inspiration from the DataClientTests may be helpful
Metadata
Metadata
Assignees
Labels
good-first-issueIssues that are easy to fix for new team members or external contributorsIssues that are easy to fix for new team members or external contributorssquad/flytIssues that belongs to the named squad.Issues that belongs to the named squad.
Type
Projects
Status
No status
Status
👷 In progress