Skip to content

Commit baefc0f

Browse files
committed
Add _build_trust_boundary_lookup_url to external account.
1 parent eac0a50 commit baefc0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

google/auth/external_account.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,9 +457,9 @@ def refresh(self, request):
457457

458458
self.expiry = now + lifetime
459459

460-
def _lookup_trust_boundary(self, request):
461-
"""Trust boundary lookup for external account. Currently a no-op because the lookup
462-
endpoint does not support external account lookup.
460+
def _build_trust_boundary_lookup_url(self):
461+
"""Builds and returns the URL for the trust boundary lookup API.
462+
Will be implemented in a follow up PR.
463463
"""
464464
return
465465

0 commit comments

Comments
 (0)