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

feat(all): prefer using WithDefaultScope option internally #1476

Merged
merged 2 commits into from Mar 15, 2022

Commits on Mar 14, 2022

  1. feat(all): prefer using WithDefaultScope option internally

    Currently these clients don't allow users to specify an aud because
    both aud and scopes may not be provided at the same time. By moving
    internal logic to use WithDefaultScopes we allow more flexability
    with these clients. Updated local cached file.
    
    Internal issue: b/223898679
    codyoss committed Mar 14, 2022
    Copy the full SHA
    935970b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Copy the full SHA
    a7abe05 View commit details
    Browse the repository at this point in the history