mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-22 01:58:05 +01:00
Make listening on an ephemeral port an option rather than the default.
This commit is contained in:
@@ -19,7 +19,7 @@ fn main() {
|
||||
client.clone(),
|
||||
ad,
|
||||
secret,
|
||||
yup_oauth2::InstalledFlowReturnMethod::HTTPRedirect,
|
||||
yup_oauth2::InstalledFlowReturnMethod::HTTPRedirectEphemeral,
|
||||
);
|
||||
let mut auth = Authenticator::new_disk(
|
||||
client,
|
||||
|
||||
Reference in New Issue
Block a user