001package co.codewizards.cloudstore.core.auth;
002
003public interface AuthConstants {
004        String USER_NAME_REPOSITORY_ID_PREFIX = "_repositoryId/";
005}