module Google::Auth::ExternalAccount::BaseCredentials

def is_workforce_pool?

Returns:
  • (bool) -
def is_workforce_pool?
  %r{/iam\.googleapis\.com/locations/[^/]+/workforcePools/}.match?(@audience || "")
end