Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow existing token to be used in connection #97

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

IdahoVandal
Copy link
Contributor

Zoom tokens will expire in 60 minutes by default but will be invalidated when a new token is requested. To accommodate multiple parallel processes we manage the Zoom token outside of the PSZoom module. This change allows an existing cached token to be passed to Connect-PSZoom instead of requiring a new token for the current PowerShell instance.

Connect-PSZoom -Token <String>

This is done by adding a new parameter set and will not affect the existing connection method.

@JosephMcEvoy
Copy link
Owner

Thank you.

@JosephMcEvoy JosephMcEvoy merged commit f2fa612 into JosephMcEvoy:master Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants