001package co.codewizards.cloudstore.rest.client;
002
003public interface CredentialsProvider {
004        String getUserName();
005        String getPassword();
006}