package co.codewizards.cloudstore.rest.client; public interface CredentialsProvider { String getUserName(); String getPassword(); }