Passing their own access tokens to their API clients
Retrieving access tokens requested by a Kiota auth provider
Passing their own tokens/previously retrieved tokens to the API client is helpful in delegated scenarios because it prevents them from forcing their customers to log in multiple times for each request. Design doc is available.
part of #1407 part of https://github.com/microsoftgraph/msgraph-sdk-php/issues/1469
Developers have expressed feedback around
Easier view: https://github.com/microsoftgraph/msgraph-sdk-php/blob/docs/token-reuse/docs/Examples.md#access-token-management
Microsoft Reviewers: Open in CodeFlow