using Microsoft.IdentityModel.Tokens;

namespace FitConnect.Services.Interfaces;

public interface ISelfServicePortalService {
    public Task<JsonWebKeySet> GetValidationJwk();
}