package io.robe.auth.token.configuration; public interface HasTokenBasedAuthConfiguration { TokenBasedAuthConfiguration getAuth(); }