MCPcopy Index your code
hub / github.com/dropbox/dropbox-sdk-java / auth_style

Method auth_style

core/generator/java/java.stoneg.py:1977–1979  ·  view source on GitHub ↗
(route)

Source from the content-addressed store, hash-verified

1975
1976 @staticmethod
1977 def auth_style(route):
1978 assert isinstance(route, ApiRoute), repr(route)
1979 return route.attrs.get('auth', 'user')
1980
1981 @staticmethod
1982 def route_host(route):

Callers 3

builder_classMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected