Class AccessTokenAuthenticator

  • All Implemented Interfaces:
    okhttp3.Authenticator

    public class AccessTokenAuthenticator
    extends Object
    implements okhttp3.Authenticator
    • Constructor Detail

      • AccessTokenAuthenticator

        public AccessTokenAuthenticator​(ApiClient client)
    • Method Detail

      • authenticate

        @Nullable
        public okhttp3.Request authenticate​(okhttp3.Route route,
                                            okhttp3.Response response)
        Specified by:
        authenticate in interface okhttp3.Authenticator