()
| 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; |
no test coverage detected