dropbox / dropbox-sdk-rust

Dropbox SDK for Rust
Apache License 2.0
76 stars 18 forks source link

make Authorization::client_id public #154

Closed wfraser closed 5 months ago

wfraser commented 5 months ago

It's useful if you're using oauth2::get_auth_from_env_or_prompt where there isn't otherwise a way to get the client ID the user entered.