BasicAuthorizationInterceptor(@Nullable username: String, @Nullable password: String)
Create a new interceptor which adds a BASIC authorization header for the given username and password.
username - the username to use
username
password - the password to use
password