Bazel tests are failing because it does not recognize the new methods in auth.
This is because the Bazel tests are using released auth versions which do not have the new methods yet.
Potential solutions:
We may want to load the local SNAPSHOT auth in WORKSPACE.
Bazel tests are failing because it does not recognize the new methods in auth.
This is because the Bazel tests are using released auth versions which do not have the new methods yet.
Potential solutions:
We may want to load the local SNAPSHOT auth in WORKSPACE.