sreeise / graph-rs-sdk

Microsoft Graph API Client And Identity Platform Client in Rust
MIT License
114 stars 30 forks source link

Put identity platform sdk (graph-oauth) behind feature flag in graph-rs-sdk #455

Open sreeise opened 10 months ago

sreeise commented 10 months ago

Create new feature to remove graph-oauth being part of the SDK by default. This means putting token credentials behind the feature flag when using the graph client. The client will still be able to use String access tokens.

feature = "identity"