MCPcopy Create free account
hub / github.com/FongMi/TV / authInterceptor

Method authInterceptor

catvod/src/main/java/com/github/catvod/net/OkHttp.java:63–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 public static AuthInterceptor authInterceptor() {
64 if (get().authInterceptor != null) return get().authInterceptor;
65 return get().authInterceptor = new AuthInterceptor();
66 }
67
68 public static OkAuthenticator authenticator() {
69 if (get().authenticator != null) return get().authenticator;

Callers 2

getBuilderMethod · 0.95
clearMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected